Options
All
  • Public
  • Public/Protected
  • All
Menu

Represents a response for a failed request.

Type Parameters

  • TFailure = unknown

    Type of the error.

Hierarchy

  • ResponseFailure

Index

Properties

errorThrown: TFailure

The reason why the request failed.

jqXHR: jqXHR<any>

The underlying JQuery XHR object.

textStatus: string

The status text of the request.

Generated using TypeDoc