NAME
com::zoho::api::exception::SDKException - This class is the common SDKException object. This stands as a POJO for the SDKException thrown.
DESCRIPTION
METHODS
new
-
Creates an SDKException class instance with the specified parameters.
Param code : A String containing the Exception error code.
Param message : A String containing the Exception error message.
Param details : A JSONObject containing the error response.
Param cause : A Exception class instance.
to_string
-
Returns a String representing the cause of the details