Error catalogue and diagnostics
View as MarkdownIdentity
Section titled “Identity”Server errors, shared error schemas, CLI mapping, migration readiness, and native-module diagnostics.
Contract
Section titled “Contract”QueryParseErrormaps strict query failures to structured 400 responses.ValidationErrorand save-pipeline errors expose field or workflow validation without partial writes.RowNotFoundErrorhides the distinction between missing and invisible rows.ImmutableTableOperationErrorrejects update/delete for immutable tables.- Migration readiness errors stop startup; native binding errors identify the failed addon load.
- Use endpoint/table discovery,
db:check, CLI target flags, and health output before changing data or dependencies.