CliSubprocessCore.RuntimeGateway.Error (CliSubprocessCore v0.4.1)

Copy Markdown View Source

Bounded, secret-free local RuntimeGateway error envelope.

Summary

Types

t()

@type t() :: %CliSubprocessCore.RuntimeGateway.Error{
  ambiguous: term(),
  category: term(),
  evidence_ref: term(),
  reason_code: term(),
  retryable: term()
}

Functions

new(attrs)