Skip to content

Class YggdrasilError

🏭 Constructors

constructor

ts
new YggdrasilError(statusCode: number, message: string, o: any): YggdrasilError

Parameters

  • statusCode: number
  • message: string
  • o: any

Return Type

  • YggdrasilError

Defined in: packages/user/yggdrasil.ts:85

🏷️ Properties

cause optional

ts
cause: string

Defined in: packages/user/yggdrasil.ts:83

error

ts
error: string

Defined in: packages/user/yggdrasil.ts:81

errorMessage

ts
errorMessage: string

Defined in: packages/user/yggdrasil.ts:82

statusCode readonly

ts
statusCode: number

Defined in: packages/user/yggdrasil.ts:85