Auth0 Universal Components
    Preparing search index...

    Function isApiError

    • Type guard to determine if a given value is an ApiError.

      Parameters

      • error: unknown

        The unknown value to test.

      Returns error is ApiError

      true if the value conforms to the ApiError shape; otherwise, false.