Exception | Description |
---|---|
MindsphereClientConfigurationException |
Exception to describe all the exceptions caused due to missing or invalid client configuration
|
MindsphereClientException |
Parent customized exception of Mindsphere SDK to describe all client error exceptions.
|
MindsphereException |
Parent customized exception of Mindsphere SDK to describe all the run time
Exceptions It is advised to use this if piece of code can throw any type of
exception, if exception type can be predicted, please throw more specific
exception
|
MindsphereForbiddenAccessException |
This exception should be thrown if access is forbidden for the API
|
MindsphereServiceException |
Parent customized exception of Mindsphere SDK to describe all server side exceptions.
|