React Native Auth0 - v5.0.0-beta.4
    Preparing search index...

    Class Auth0Error

    Represents a generic authentication error from the library or the Auth0 service. This class provides a consistent error structure across platforms.

    Hierarchy

    • Error
      • Auth0Error
    Index

    Constructors

    Properties

    Constructors

    • Parameters

      • message: string
      • name: string = 'Auth0Error'
      • Optionaldetails: { json?: any; status?: number; code?: string }

      Returns Auth0Error

    Properties

    json: any
    status: number
    code: string