View Source Dagger.Error (dagger v0.15.1)

Dagger.Error

Summary

Functions

A unique identifier for this Error.

A description of the error.

Types

t()

@type t() :: %Dagger.Error{client: term(), query_builder: term()}

Functions

id(error)

@spec id(t()) :: {:ok, Dagger.ErrorID.t()} | {:error, term()}

A unique identifier for this Error.

message(error)

@spec message(t()) :: {:ok, String.t()} | {:error, term()}

A description of the error.