BackgroundSdkInvalidPayloadException

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.

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?