Module ic_agent::request_id::error
source · Expand description
Error type for the RequestId calculation.
Enums
An error during the calculation of the RequestId.
Since we use serde for serializing a data type into a hash, this has to support traits that
serde expects, such as Display
Errors from reading a RequestId from a string. This is not the same as
deserialization.