• Type guard to determine if an error is a plain ApiXResponseError. This function will return true for any ApiXResponseError that is not a specific API-X response error.

    Parameters

    • error: unknown

      The error to check.

    Returns error is ApiXResponseError

    True if the error is a plain ApiXResponseError, false otherwise.