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.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.

Source:<builtin>/baml/ns_panics/panics.bamlbytes 39293968

Fields

message

string

Implementations

baml.Concrete for T

Source:<builtin>/baml/core.bamlbytes 747779