Module errors

Source
Expand description

§Error and Result Type

Enums§

FirebaseError
The main error type used throughout this crate. It wraps / converts from a few other error types and implements error::Error so that you can use it in any situation where the standard error type is expected.

Type Aliases§

Result
A result type that uses FirebaseError as an error type