Expand description
Errors and error details related to local path validation.
These errors occur when required fields in a request are either missing, or are present, but in an invalid format. The client fails these requests locally because it does not know how to send such requests.
Structs§
- Binding
Error - A failure to determine the request URI.
- Path
Mismatch - A failure to bind to a specific URI.
- Substitution
Mismatch - A failure to substitute a variable from a request into a URI.
Enums§
- Substitution
Fail - Ways substituting a variable from a request into a URI can fail.