Class: GitAuthError¶
Defined in: core/src/errors/resolve.ts:70
Git authentication failed.
Extends¶
Constructors¶
Constructor¶
new GitAuthError(
message,url,location?):GitAuthError
Defined in: core/src/errors/resolve.ts:74
Parameters¶
message¶
string
url¶
string
location?¶
Returns¶
GitAuthError
Overrides¶
Properties¶
cause?¶
readonlyoptionalcause:Error
Defined in: core/src/errors/base.ts:43
Original error if wrapping another error
Inherited from¶
code¶
readonlycode:string
Defined in: core/src/errors/base.ts:39
Error code
Inherited from¶
location?¶
readonlyoptionallocation:SourceLocation
Defined in: core/src/errors/base.ts:41
Source location where error occurred
Inherited from¶
url¶
readonlyurl:string
Defined in: core/src/errors/resolve.ts:72
Git repository URL
Methods¶
format()¶
format():
string
Defined in: core/src/errors/base.ts:66
Format error for display.
Returns¶
string
Inherited from¶
toJSON()¶
toJSON():
Record\<string,unknown>
Defined in: core/src/errors/base.ts:79
Convert to JSON-serializable object.
Returns¶
Record\<string, unknown>