code property
Error code for programmatic handling.
Standard codes include:
INVALID_CREDENTIALS: Email or password is incorrectUSER_NOT_FOUND: No account with this emailEMAIL_ALREADY_EXISTS: Account already existsSESSION_EXPIRED: Session has expiredUNAUTHORIZED: Not authorized to perform actionVALIDATION_ERROR: Validation failed
Implementation
final String code;