View Source Octopus.CallError exception (octopus v0.5.1)

Link to this section Summary

Link to this section Types

@type t() :: %Octopus.CallError{
  __exception__: true,
  error: any(),
  message: String.t(),
  stacktrace: String.t(),
  step: :input | :prepare | :call | :transorm | :output | :error
}