XHRError

class XHRError(    val url: String,     val method: HttpMethod,     message: String) : RemoteRequestException

Code 0 does not represent any http status, it represent XHR error (e.g. network error, CORS failure).

Constructors

Link copied to clipboard
fun XHRError(    url: String,     method: HttpMethod,     message: String)

Functions

Link copied to clipboard
open override fun toString(): String

Properties

Link copied to clipboard
val code: Short
Link copied to clipboard
val method: HttpMethod
Link copied to clipboard
val url: String