AnalyticsOutOfSpaceException

constructor(event: AnalyticsEvent, backlogSize: Long, backlogLimit: Long, cause: Throwable)

Constructs an instance of AnalyticsOutOfSpaceException

Parameters

event

reference to the event that cannot be saved.

backlogSize

the current backlog size, expressed as total number of bytes.

backlogLimit

the current limit for backlog size, expressed as total number of bytes.

cause

reference the error that caused the event that required to be saved, if any.