Agent SDK
Classes
ionicsdk.exceptions Namespace Reference

The Python Ionic SDK handles errors through exceptions rather than error return codes. More...

Classes

class  CServerResponse
 
class  IonicException
 Exception for Ionic SDK client logic. More...
 
class  IonicServerException
 Exception for Ionic server errors. More...
 
class  ServerResponse
 Server response object returned from most Ionic server calls. More...
 

Detailed Description

The Python Ionic SDK handles errors through exceptions rather than error return codes.

Exception Classes:
IonicException - Thrown when an error results from the client logic of the SDK.
IonicServerException - Thrown as a result of an Ionic server error and contains extra information such as the HTTP response code and internal server error code.