Downstream.Error exception (Downstream v1.1.0) View Source
A generic error that is thrown by the Downstream library.
Link to this section Summary
Functions
Callback implementation for Exception.message/1.
Link to this section Types
Specs
t() :: %Downstream.Error{
__exception__: term(),
device: IO.device(),
reason: any(),
status_code: non_neg_integer()
}
Link to this section Functions
Callback implementation for Exception.message/1.