[][src]Module firestore_db_and_auth::errors

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 Definitions

Result

A result type that uses FirebaseError as an error type