dagger/dsl/error_value

Values

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.

Search Document