An error thrown when Bedrock Energistics Core hits a problem that isn't the
calling add-on's fault, such as a bug in the library itself or corrupted
stored data.
Remarks
Unlike a PublicError, there is generally nothing an add-on can do to
recover from one of these, and encountering one is worth reporting.
These are never sent across the pack boundary, because the calling add-on
can't act on them. One thrown inside Bedrock Energistics Core is logged by
the core pack, and the call that triggered it resolves to null instead.
An error thrown when Bedrock Energistics Core hits a problem that isn't the calling add-on's fault, such as a bug in the library itself or corrupted stored data.
Remarks
Unlike a PublicError, there is generally nothing an add-on can do to recover from one of these, and encountering one is worth reporting.
These are never sent across the pack boundary, because the calling add-on can't act on them. One thrown inside Bedrock Energistics Core is logged by the core pack, and the call that triggered it resolves to
nullinstead.