Class ProfileNotFoundError
🏭 Constructors
constructor
ts
ProfileNotFoundError(err: any): ProfileNotFoundErrorParameters
- err:
any
Return Type
ProfileNotFoundError
Defined in: packages/user/mojang.ts:200
🏷️ Properties
developerMessage public
ts
developerMessage: stringInherited from: MojangError.developerMessage
Defined in: packages/user/mojang.ts:179
errorMessage public
ts
errorMessage: stringInherited from: MojangError.errorMessage
Defined in: packages/user/mojang.ts:178
name
ts
name: string = 'ProfileNotFoundError'Defined in: packages/user/mojang.ts:198
path public
ts
path: stringInherited from: MojangError.path
Defined in: packages/user/mojang.ts:177