AnalyticsOutOfSpaceException

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

Author

rsubramaniam

Constructors

Link copied to clipboard
constructor(event: AnalyticsEvent, backlogSize: Long, backlogLimit: Long, cause: Throwable)
Constructs an instance of AnalyticsOutOfSpaceException

Properties

Link copied to clipboard
The current limit for backlog size, expressed as total number of bytes.
Link copied to clipboard
The current backlog size, expressed as total number of bytes.
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
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