Module mz::error

source ·
Expand description

This module defines custom error types and structs related to MZ.

Error::ApiError is an error struct that represents an error returned by the Materialize cloud API. It contains information about the HTTP status code and a vector of error messages.

Error is a custom error type containing multiple variants for erros produced by the self crate, internal crates and external crates.

Enums§

  • A custom error type for mz extending the Error enums in the internal crates mz-frontegg-auth, cloud-api and mz_frontegg_auth and external crates like serde_json, toml_edit, uuid, std::io and csv.