NowServiceError class - Android
The NowServiceError sealed class that returns NowSDK errors.
| Name | Type | Description |
|---|---|---|
| cause | Throwable | Cause of the error. |
| message | String | Message that contains the error details to display to the user. |
| Type | Description |
|---|---|
| SDKNotConfigured | The NowSDK was not configured. Most likely the NowSDK.configure() method was not called. |
| ServiceConfigurationInvalid | The NowSDK was configured with invalid setting. Verify that all settings in the configuration are correct. |
| ServiceDisabled | The associated service is disabled. |
| ServiceSettingsInvalid | Unable to process the service settings. |
| ServiceSettingsRetrievalFailed | Unable to retrieve the NowSDK service settings from the ServiceNow instance. |