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
@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 }