baml.panics.SdkPanic
An internal BAML engine failure surfaced to the host. Opaque: the specific engine error (an `EngineError` variant) is carried as text in `message`, since these are engine/VM-internal failures with nothing host-actionable to branch on. Synthesized host-side from any `EngineError`.
Reference version
Signature
class baml.panics.SdkPanicAn internal BAML engine failure surfaced to the host. Opaque: the specific
engine error (an EngineError variant) is carried as text in message,
since these are engine/VM-internal failures with nothing host-actionable to
branch on. Synthesized host-side from any EngineError.
Source:<builtin>/baml/ns_panics/panics.bamlbytes 3929–3968
Fields
message
stringImplementations
baml.Concrete for T
Source:<builtin>/baml/core.bamlbytes 747–779