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§
- Jmap
Method Error - Subset of standard JMAP method errors used by this crate’s handlers.