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.
The error to check.
True if the error is a plain ApiXResponseError, false otherwise.
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.