RequestErrorEvent

constructor(statusCode: Int = definedExternally, response: Any = definedExternally, responseHeaders: Any? = definedExternally)(source)

Parameters

responseHeaders

The response headers, represented either as an object literal or as a string in the format returned by XMLHttpRequest's getAllResponseHeaders() function.