type
SchemaRecoveryError
SchemaRecoveryError reports stored content that cannot be interpreted safely under the active schema. Adapters must preserve the stored content and supply only schema paths and actionable diagnostics, never the unknown payload.
Properties
| Property | Type | Description |
|---|---|---|
Issues | []schema.Issue | The Issues value. |
Full signature
type SchemaRecoveryError struct {
Issues []schema.Issue
}Methods
SchemaRecoveryError.Error()Error returns a payload-independent diagnostic. Inspect Issues for paths.