View Source Kubereq.Error.StepError exception (kubereq v0.1.1)

Summary

Types

@type t() :: %Kubereq.Error.StepError{
  __exception__: true,
  code: atom(),
  message: String.t(),
  upstream: Exception.t()
}

Functions

Link to this function

new(code, upstream \\ nil)

View Source
@spec new(atom(), Exception.t() | nil) :: t()