Skip to content

Interface ProfileLookupException

🏷️ Properties

error

ts
error: "NoPlayerFoundException" | "IllegalArgumentException" | "GeneralException"
  • statusCode=204 -> error="NoPlayerFound"
  • statusCode=400 -> error="IllegalArgumentException" (parsed from body)
  • statusCode=other -> error=statusCode.toString()

Defined in: packages/user/yggdrasil.ts:61

errorMessage optional

ts
errorMessage: string

Defined in: packages/user/yggdrasil.ts:62

statusCode optional

ts
statusCode: number

Defined in: packages/user/yggdrasil.ts:63

statusMessage optional

ts
statusMessage: string

Defined in: packages/user/yggdrasil.ts:64