Dagger.Error
A unique identifier for this Error.
A description of the error.
@type t() :: %Dagger.Error{client: term(), query_builder: term()}
@spec id(t()) :: {:ok, Dagger.ErrorID.t()} | {:error, term()}
@spec message(t()) :: {:ok, String.t()} | {:error, term()}