ExecutionPlane.Runtime.Error (execution_plane v0.2.0)

Copy Markdown View Source

Bounded Runtime Client error envelope.

Summary

Types

t()

@type t() :: %ExecutionPlane.Runtime.Error{
  ambiguous: term(),
  category: term(),
  evidence_ref: term(),
  message: term(),
  retryable: term()
}

Functions

categories()

new(attrs)

new!(attrs)