Module binding

Source
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§

BindingError
A failure to determine the request URI.
PathMismatch
A failure to bind to a specific URI.
SubstitutionMismatch
A failure to substitute a variable from a request into a URI.

Enums§

SubstitutionFail
Ways substituting a variable from a request into a URI can fail.