Error Codes

RadiusCore CLI will raise the following error codes:

' Generic Error Check Codes:  
' 72010 / 8005194a / -2147149494 - RadiusCore not enabled.  
' 72011 / 8005194b / -2147149493 - No Active Organisation.  
' 72012 / 8005194c / -2147149492 - Insufficient permission.

' Procedure Specific Error Codes:  
' 72020 / 80051954 / -2147149484 - Unexpected Error (this should never be seen!).  
' 72021 / 80051955 / -2147149483 - Expected Error (i.e. refresh fails due to API error).

If you are using rc_Client to directly call the Xero/Practice Manager API, errors can be raised directly from this class.

' `rc_Authenticator` Error Codes:
' 11040 / 80042b20 / -2147210464 - Error with user authorisation.
' 11041 / 80042b21 / -2147210463 - Error retrieving access token.
' 11042 / 80042b22 / -2147210462 - Error retrieving tenants.
' 11043 / 80042b23 / -2147210461 - RadiusCore import/export error.
' 11044 / 80042b24 / -2147210460 - Connection ID does not exist in RadiusCore's database.
' 11045 / 80042b25 / -2147210459 - RadiusCore Connection not available.
'
' `rc_Client` Error Codes:  
' 36010 / 80048caa / -2147185494 - Invalid request format. 
' 36011 / 80048cab / -2147185493 - API error.