Hierarchy

  • AjaxErrorInfo

Properties

errorThrown: string | Error
requestInfo: AjaxRequestInfo
responseError: Error
retryCount: number

Shows how many retries were already performed. 0 for the first error.

status: number
textStatus: string

Methods

  • If retry was not called reject has to be called to reject the underlying promise.

    Parameters

    • Optional pCustomError: Error

    Returns void

  • If called the ajax call will be executed again.

    Returns void

Generated using TypeDoc