Dagger.Error (dagger v0.18.3)
View SourceDagger.Error
Summary
Functions
A unique identifier for this Error.
A description of the error.
The extensions of the error.
Add a value to the error.
Types
Functions
@spec id(t()) :: {:ok, Dagger.ErrorID.t()} | {:error, term()}
A unique identifier for this Error.
A description of the error.
@spec values(t()) :: {:ok, [Dagger.ErrorValue.t()]} | {:error, term()}
The extensions of the error.
@spec with_value(t(), String.t(), Dagger.JSON.t()) :: t()
Add a value to the error.