Oracle® Backend For Firebase JavaScript Namespace SDK Reference, Release 26.1.0
    Preparing search index...
    Oracle® Backend For Firebase JavaScript Namespace SDK Reference
    Release 26.1.0

    G48197-02

    Class AuthError

    Custom error class for authentication-related errors.

    Hierarchy

    • Error
      • AuthError
    Index

    Constructors

    Properties

    Constructors

    • Creates an instance of AuthError.

      Parameters

      • code: string

        The error code prefixed with 'auth/'.

      • error: Error

        The original error object.

      Returns AuthError

    Properties

    authType?: string
    code: string