[][src]Module fxa_client::ffi::error_codes

Constants

AUTHENTICATION

Used by ErrorKind::NoCachedTokens, ErrorKind::NoScopedKey and ErrorKind::RemoteError's where code == 401.

NETWORK

Code for network errors.

OTHER

Catch-all error code used for anything that's not a panic or covered by AUTHENTICATION.