Expand description
Variations on our message types used to give better diagnostics for unparsable requests.
Structs§
- Invalid
Request 🔒 - An invalid approximation of a request.
Enums§
- Possibly 🔒
- Either a “good” value that we could deserialize as a
T
, or some “Bad” value that we couldn’t.