Options
All
  • Public
  • Public/Protected
  • All
Menu

Represents the data passed to the exception handler of the promise returned by PrimeFaces.ab and PrimeFaces.ajax.Request.handle.

Hierarchy

  • FailedRequestData

Index

Properties

errorThrown

errorThrown: string

An optional exception message, if an error occurred.

Optional jqXHR

jqXHR: undefined | pfXHR<Record<string, any>>

The jQuery XHR request object that was used for the request. May not be available when no HTTP request was sent, such as when validation failed.

textStatus

textStatus: SuccessTextStatus

A string describing the type of error that occurred.

Generated using TypeDoc