Module Tezos_crypto_dal.Errors

type Tezos_error_monad.TzCore.error +=
  1. | Download_status of {
    1. status : Cohttp.Code.status_code;
    }
  2. | Mismatched_SHA of {
    1. expected_sha : Tezos_stdlib.Hex.t;
    2. computed_sha : Tezos_stdlib.Hex.t;
    }

Extension of the open type error with the errors that could be raised by the DAL node.