ai.errors.RaisedInClient
Every raw type the client stack is known to raise before classification. This union is deliberately CLOSED: when a new throw appears anywhere in the provider stack, the call into `normalize` stops compiling and the new type must be added here with an explicit classification below.
Reference version
Signature
type ai.errors.RaisedInClient = ai.errors.InvokeError | baml.errors.InvalidArgument | baml.errors.Io | baml.errors.ParseError | baml.json.SerializationError | baml.json.ParseError | baml.json.DecodeError | baml.errors.AccessError | baml.errors.UnsupportedEvery raw type the client stack is known to raise before classification.
This union is deliberately CLOSED: when a new throw appears anywhere in
the provider stack, the call into normalize stops compiling and the new
type must be added here with an explicit classification below.
Source:<builtin>/ai/ns_errors/errors.bamlbytes 1424–1692