Skip to content

@minecraft/server


@minecraft/server / BookError

Class: BookError ​

Defined in: @minecraft/server/index.d.ts:25208

Errors that can be thrown when using ItemBookComponent.

Extends ​

  • Error

Properties ​

cause? ​

optional cause?: unknown

Defined in: typescript/lib/lib.es2022.error.d.ts:24

Inherited from ​

Error.cause


message ​

message: string

Defined in: typescript/lib/lib.es5.d.ts:1075

Inherited from ​

Error.message


name ​

name: string

Defined in: typescript/lib/lib.es5.d.ts:1074

Inherited from ​

Error.name


reason ​

readonly reason: BookErrorReason

Defined in: @minecraft/server/index.d.ts:25217

Remarks ​

The reason for the error.

This property can be read in early-execution mode.


stack? ​

optional stack?: string

Defined in: typescript/lib/lib.es5.d.ts:1076

Inherited from ​

Error.stack