Skip to content

@minecraft/server


@minecraft/server / BookErrorReason

Enumeration: BookErrorReason ​

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

An enum of error reasons relating to using ItemBookComponent.

Enumeration Members ​

ExceedsMaxPageLength ​

ExceedsMaxPageLength: "ExceedsMaxPageLength"

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

Remarks ​

The requested page content exceeds the max page length of 256.


ExceedsMaxPages ​

ExceedsMaxPages: "ExceedsMaxPages"

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

Remarks ​

The page could not be created as it would exceed the max page count of 50.


ExceedsTitleLength ​

ExceedsTitleLength: "ExceedsTitleLength"

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

Remarks ​

The title being signed exceeds the maximum title length of 16.