Dagger.ErrorValue (dagger v0.18.2)
View SourceDagger.ErrorValue
Summary
Types
Functions
@spec id(t()) :: {:ok, Dagger.ErrorValueID.t()} | {:error, term()}
A unique identifier for this ErrorValue.
The name of the value.
@spec value(t()) :: {:ok, Dagger.JSON.t()} | {:error, term()}
The value.