Module ic_agent::request_id::error[][src]

Expand description

Error type for the RequestId calculation.

Enums

RequestIdError

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

RequestIdFromStringError

Errors from reading a RequestId from a string. This is not the same as deserialization.