Skip to main content

Module error

Module error 

Source
Expand description

JMAP standard method errors (RFC 8620 §3.6.2).

Each variant serialises into the {"type": "...", "description": "..."} shape JMAP clients expect. The dispatcher converts a handler’s Result<Value, JmapMethodError> into that shape automatically.

Enums§

JmapMethodError
Subset of standard JMAP method errors used by this crate’s handlers.