Deputy.Error (Deputy v0.2.1)
View SourceError types for Deputy API client operations.
This module provides standardized error structs for different types of errors that can occur when interacting with the Deputy API.
Summary
Functions
Converts a raw HTTP error response into the appropriate error struct.
Types
@type t() :: Deputy.Error.API.t() | Deputy.Error.HTTP.t() | Deputy.Error.ParseError.t() | Deputy.Error.ValidationError.t()