Tezos_crypto_dal.Errors
type Tezos_error_monad.TzCore.error +=
| Download_status of {
}
| Mismatched_SHA of {
expected_sha : Tezos_stdlib.Hex.t;
computed_sha : Tezos_stdlib.Hex.t;
}
Extension of the open type error
with the errors that could be raised by the DAL node.