DagsterPipes.PipesException (dagster_pipes v0.1.0)

  • :cause - exception that explicitly led to this exception
  • :context - exception that being handled when this exception was raised
  • :name - class name of Exception object

Summary

Types

t()

@type t() :: %DagsterPipes.PipesException{
  cause: DagsterPipes.PipesExceptionClass.t() | nil | nil,
  context: DagsterPipes.ContextClass.t() | nil,
  message: String.t() | nil,
  name: String.t() | nil,
  stack: [String.t()] | nil
}

Functions

from_json(json)

from_map(m)

to_json(struct)

to_map(struct)