AnalyticsRetryLimitException

An IOException that describes the reason why an AnalyticsEvent cannot be sent.

Author

rsubramaniam

Constructors

Link copied to clipboard
constructor(event: AnalyticsEvent, retryLimit: Long, cause: Exception)
Constructs an instance of AnalyticsRetryLimitException

Properties

Link copied to clipboard
The total number of attempts made to send the event.
Link copied to clipboard
open val cause: Throwable
Link copied to clipboard
An immutable map of HTTP query parameter names and values to be sent to the server.
Link copied to clipboard
The priority of the event.
Link copied to clipboard
The maximum number of attempts that can be made to send events of priority.
Link copied to clipboard
Link copied to clipboard
The type of the analytics event.

Functions

Link copied to clipboard
fun addSuppressed(exception: Throwable)
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open fun getMessage(): String
Link copied to clipboard
Link copied to clipboard
open fun initCause(cause: Throwable): Throwable
Link copied to clipboard
open fun printStackTrace()
Link copied to clipboard
open fun toString(): String