Opus v0.6.0 Opus.PipelineError exception View Source

Error struct capturing useful information to detect where an error was caused and why.

Link to this section Summary

Functions

Callback implementation for Exception.exception/1

Callback implementation for Exception.message/1

Link to this section Types

Link to this type t() View Source
t() :: %Opus.PipelineError{
  __exception__: term(),
  error: struct(),
  input: any(),
  pipeline: module(),
  stacktrace: [{module(), atom(), non_neg_integer(), keyword()}],
  stage: atom()
}

Link to this section Functions

Callback implementation for Exception.exception/1.

Callback implementation for Exception.message/1.