Indicates an error during the Req steps processing.
Summary
Types
@type t() :: %Kubereq.Error.StepError{ __exception__: true, code: atom(), message: String.t(), upstream: Exception.t() }
Functions
@spec new(atom(), Exception.t() | nil) :: t()
Indicates an error during the Req steps processing.
@type t() :: %Kubereq.Error.StepError{ __exception__: true, code: atom(), message: String.t(), upstream: Exception.t() }
@spec new(atom(), Exception.t() | nil) :: t()