Gust.DAG.Runner.TaskFailureError exception (gust v0.1.38)

Copy Markdown

Summary

Types

t()

@type t() :: %Gust.DAG.Runner.TaskFailureError{
  __exception__: true,
  message: String.t() | nil
}

Functions

exception_from_error(error)

@spec exception_from_error(Exception.t()) :: t()