Beta
The reason that the @minecraft/server.TickingAreaError was thrown.
Added a ticking area with an identifier that already exists.
Adding this ticking area pushed the ticking areas over the limit specified by TickingAreaManager.maxChunkCount.
Exceeded the 255 chunk limit for the length or width of the ticking area.
Tried to remove ticking area with identifier not registered in the TickingAreaManager.
The reason that the @minecraft/server.TickingAreaError was thrown.