BackgroundSdkInvalidStateException

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.

Constructors

Link copied to clipboard
constructor(reason: String, cause: Throwable? = null)

Properties

Link copied to clipboard
open val cause: Throwable?
Link copied to clipboard
open val message: String?