Expand description
Short codes used on the wire.
Tables match docs/codes.md at the workspace root. Every code
enum implements Display (the canonical wire
form) and FromStr (returning UnknownCode on a stranger).
Structs§
- Unknown
Code - A code string that did not match any known variant of the requested
kind. Returned by
FromStrimplementations on the code enums.
Enums§
- Error
Code - A protocol-level error code (the
! CODEform on the wire). - Op
- Operation an agent can perform on a tree node.
- Role
- A11y role code as it appears on the wire.
- Warning
Code - A protocol-level warning code (the
? codeform on the wire).