ProfileFetchError
Class: ProfileFetchError
Defined in: src/utilities/auth/oauth/errors.ts:45
Error thrown when profile fetch fails
Extends
Constructors
Constructor
new ProfileFetchError(
message):ProfileFetchError
Defined in: src/utilities/auth/oauth/errors.ts:46
Parameters
message
string = "Failed to fetch user profile"
Returns
ProfileFetchError
Overrides
Properties
code
code:
string
Defined in: src/utilities/auth/oauth/errors.ts:7
Inherited from
statusCode?
optionalstatusCode:number
Defined in: src/utilities/auth/oauth/errors.ts:8