AjaxError

interface AjaxError extends Error {
  xhr: [object Object]
  request: [object Object]
  status: [object Object]
  responseType: [object Object]
  response: [object Object]
}

Child Interfaces

  • AjaxTimeoutError

Properties

PropertyTypeDescription
xhr
request
status
responseType
response