Skip to content

Class ProfileNotFoundError

🏭 Constructors

constructor

ts
new ProfileNotFoundError(err: any): ProfileNotFoundError

Parameters

  • err: any

Return Type

  • ProfileNotFoundError

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

🏷️ 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 = 'ProfileNotFoundError'

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

path public

ts
path: string

Inherited from: MojangError.path

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