View Source Kubereq.Error.StepError exception (kubereq v0.1.8)
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()