The reason that the @minecraft/server.TickingAreaError was thrown.

Enumeration Members

IdentifierAlreadyExists: "IdentifierAlreadyExists"

Added a ticking area with an identifier that already exists.

OverChunkLimit: "OverChunkLimit"

Adding this ticking area pushed the ticking areas over the limit specified by TickingAreaManager.maxChunkCount.

SideLengthExceeded: "SideLengthExceeded"

Exceeded the 255 chunk limit for the length or width of the ticking area.

UnknownIdentifier: "UnknownIdentifier"

Tried to remove ticking area with identifier not registered in the TickingAreaManager.