dagger/dsl/error_value
Values
pub fn error_value(id id: types.ErrorValue) -> types.ErrorValue
pub fn id(parent: types.ErrorValue) -> types.ErrorValue
A unique identifier for this ErrorValue.
pub fn name(
parent: types.ErrorValue,
client client: types.Client,
then handler: fn(Result(String, types.QueryError)) -> a,
) -> a
The name of the value.
pub fn value(
parent: types.ErrorValue,
client client: types.Client,
then handler: fn(Result(String, types.QueryError)) -> a,
) -> a
The value.