BackgroundSdkInvalidStateException
class BackgroundSdkInvalidStateException(reason: String, cause: Throwable? = null) : BackgroundSdkException
Exception thrown when the SDK is in an invalid state for a requested operation.
Parameters
reason
Description of why the state is invalid for the operation.
cause
The underlying cause of the exception.