Expand description
Structured error contract for afhttp.
Every failure surface — fetch, host, profile, CDP — flows through this
enum. The ErrorCode enum maps 1:1 to architecture.md §11; serialization
is stable across versions and is part of the public contract.
Structs§
- Error
- The structured error every
afhttpfailure path produces.
Enums§
- Error
Code - Stable error-code enum from
architecture.md §11.