UNPKG

zcrmsdk

Version:
33 lines (18 loc) 928 B
# SDKException extends ***Error*** This class is the common SDKException object. ## Package /core/com/zoho/crm/api/exception/sdk_exception ## Constructors | Constructor | Description | | :------------------------------------------------------------ | :------------------------------------------------------------------------------ | | constructor([code](#code), [message](#message), [details](#details) = null, [cause](#cause) = null) | Creates an SDKException class instance with the specified parameters. | ---- ### code A String containing the Exception error code. ### message A String containing the Exception error message. ### details A key/value pair object containing the error response. ### cause A Error class instance. [source](../../core/com/zoho/crm/api/exception/sdk_exception.js)