WebDAV error with HTTP status code mapping.
Backend callbacks return {:error, %Davy.Error{}} to signal failures.
The code atom maps to an HTTP status code via status_code/1.
Summary
Functions
Returns the HTTP status code for the given error code atom.
Types
Functions
@spec status_code(atom()) :: pos_integer()
Returns the HTTP status code for the given error code atom.