Opus.PipelineError exception (Opus v0.8.4) 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.message/1.

Link to this section Types

Specs

t() :: %Opus.PipelineError{
  __exception__: term(),
  error: any(),
  input: any(),
  pipeline: module(),
  stacktrace: [{module(), atom(), non_neg_integer(), keyword()}],
  stage: atom()
}

Link to this section Functions

Callback implementation for Exception.message/1.