Loading Failed Event
data class LoadingFailedEvent(requestId: RequestId, timestamp: MonotonicTime, type: ResourceType, errorText: String, canceled: Boolean?, blockedReason: BlockedReason?, corsErrorStatus: CorsErrorStatus?) : Event
Content copied to clipboard
Fired when HTTP request has failed to load.
Constructors
LoadingFailedEvent
Link copied to clipboard
fun LoadingFailedEvent(requestId: RequestId, timestamp: MonotonicTime, type: ResourceType, errorText: String, canceled: Boolean? = null, blockedReason: BlockedReason? = null, corsErrorStatus: CorsErrorStatus? = null)
Content copied to clipboard
Functions
Properties
blockedReason
Link copied to clipboard
corsErrorStatus
Link copied to clipboard
timestamp
Link copied to clipboard
type
Link copied to clipboard
Sources
jvm source
Link copied to clipboard