init(schemaName:debugDescription:metadata:)
Creates information describing a generation guide the model doesn’t support.
Declaration
init(schemaName: String?, debugDescription: String, metadata: [String : any Sendable] = [:])Parameters
- schemaName:
The name of the schema whose generation guide isn’t supported, if any.
- debugDescription:
A debug description to help developers diagnose issues during development.
- metadata:
Additional information about the failure, keyed by name.