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 theError
enums in the internal cratesmz-frontegg-auth
,cloud-api
andmz_frontegg_auth
and external crates likeserde_json
,toml_edit
,uuid
,std::io
andcsv
.