Class UnauthorizedError
🏭 Constructors
constructor
ts
new UnauthorizedError(err: any): UnauthorizedError
Parameters
- err:
any
Return Type
UnauthorizedError
Defined in: packages/user/mojang.ts:191
🏷️ Properties
developerMessage public
ts
developerMessage: string
Inherited from: MojangError.developerMessage
Defined in: packages/user/mojang.ts:178
errorMessage public
ts
errorMessage: string
Inherited from: MojangError.errorMessage
Defined in: packages/user/mojang.ts:177
name
ts
name: string = 'UnauthorizedError'
Defined in: packages/user/mojang.ts:190
path public
ts
path: string
Inherited from: MojangError.path
Defined in: packages/user/mojang.ts:176