data class LoadNetworkResourcePageResult
An object providing the result of a network resource load.
<init> |
An object providing the result of a network resource load. LoadNetworkResourcePageResult(success: Boolean, netError: Double? = null, netErrorName: String? = null, httpStatusCode: Double? = null, stream: StreamHandle? = null, headers: Headers? = null) |
headers |
Response headers. val headers: Headers? |
httpStatusCode |
val httpStatusCode: Double? |
netError |
Optional values used for error reporting. val netError: Double? |
netErrorName |
val netErrorName: String? |
stream |
If successful, one of the following two fields holds the result. val stream: StreamHandle? |
success |
val success: Boolean |