---
sourceDocument: Xanadu API Reference
sourceDocumentLink: https://servicenow-prod.fluidtopics.net/r/xanadu/api-reference

 Release :

    - xanadu

ft:locale :

    - en-US

ft:publication_title :

    - Xanadu API Reference

ft:clusterId :

    - crapiref

bundleId :

    - crapiref

workflow :

    - Creator


---

# NowServiceError class - Android

# NowServiceError class - Android {#ariaid-title1}

* Release version: Xanadu
* 
* Updated August 1, 2024
* 
* ![](https://www.servicenow.com/docs/portal-asset/ico-clock) 1 minute to read

The NowServiceError sealed class that returns NowSDK
errors.
{#NowServiceErrorAndroidAPI__table_vx2_klw_5pb__entry__3}

| Name | Type | Description |
|-|-|-|
| cause | [Throwable](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-throwable/) | Cause of the error. |
| message | String | Message that contains the error details to display to the user. |
[Table 1. Properties]

{#NowServiceErrorAndroidAPI__table_vx2_klw_5pb} {#NowServiceErrorAndroidAPI__entry__11}

| 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. |
[Table 2. Errors returned by the NowSDK feature services]


