Skip to content
Release: Australia · Updated: 2026-03-12 · Official documentation · View source

NowServiceError class- Android

The NowServiceError sealed class that returns NowSDK errors.

NameTypeDescription
causeThrowableCause of the error.
messageStringMessage that contains the error details to display to the user.
TypeDescription
SDKNotConfiguredThe NowSDK was not configured. Most likely the NowSDK.configure() method was not called.
ServiceConfigurationInvalidThe NowSDK was configured with invalid setting. Verify that all settings in the configuration are correct.
ServiceDisabledThe associated service is disabled.
ServiceSettingsInvalidUnable to process the service settings.
ServiceSettingsRetrievalFailedUnable to retrieve the NowSDK service settings from the ServiceNow instance.

Parent Topic:Mobile SDK - Android