Skip to main content
zerotal

Documentation


Documentation / zerotal / auth / OAuthMissingCodeError

Class: OAuthMissingCodeError

Defined in: packages/auth/src/social/errors.ts:27

Thrown when the OAuth callback is missing the authorization code.

Extends

Constructors

Constructor

new OAuthMissingCodeError(): OAuthMissingCodeError

Defined in: packages/auth/src/social/errors.ts:28

Returns

OAuthMissingCodeError

Overrides

SocialError.constructor

Properties

code

readonly code: string

Defined in: packages/core/src/errors/ZerotalError.ts:18

Inherited from

SocialError.code


status

readonly status: number = 500

Defined in: packages/core/src/errors/ZerotalError.ts:19

Inherited from

SocialError.status


context?

readonly optional context?: Record<string, unknown>

Defined in: packages/core/src/errors/ZerotalError.ts:20

Inherited from

SocialError.context