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