Search Docs
Loading...
Skip to content

Interface: EngineErrorMessage

Customer-facing copy resolved from a thrown engine error.

message is the short headline (only set for a structured EngineError); description is the longer body. Either may be absent — callers fall back to their own contextual copy for whichever half is missing.

Properties#

PropertyTypeDescription
message?stringShort headline. Set only for a EngineError with a catalog code.
description?stringLonger body: the engine hint for catalog errors, else the raw message.