Skip to main content

Module error

Module error 

Source
Expand description

RFC 9457 Problem Details for HTTP APIs.

Every error path in the server returns application/problem+json so that cellctl (and the web UI) can render structured diagnostics without parsing free-form strings. The type field is a stable identifier — clients may switch on it; the title/detail fields are human-readable and may change.

Structs§

AppError

Enums§

AppErrorKind
Stable error identifier. Adding a variant is a non-breaking change; renaming one IS breaking (clients pin on type).