BackgroundSdkInvalidPayloadException
class BackgroundSdkInvalidPayloadException(reason: String, cause: Throwable? = null) : BackgroundSdkException
Exception thrown when the SDK receives an invalid payload from an external source.
Parameters
reason
Description of why the payload is invalid.
cause
The underlying cause of the exception.