Downstream v1.0.0 Downstream.Error exception 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

Link to this type

t() View Source
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.