Skip to content

Class ProfileNotFoundError

🏭 Constructors

constructor

ts
ProfileNotFoundError(err: any): ProfileNotFoundError

Parameters

  • err: any

Return Type

  • ProfileNotFoundError

Defined in: packages/user/mojang.ts:200

🏷️ Properties

developerMessage public

ts
developerMessage: string

Inherited from: MojangError.developerMessage

Defined in: packages/user/mojang.ts:179

errorMessage public

ts
errorMessage: string

Inherited 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: string

Inherited from: MojangError.path

Defined in: packages/user/mojang.ts:177