Home > widget-integration > HTTPError

HTTPError interface

Signature:

export interface HTTPError extends Error 

Extends: Error

Properties

Property

Modifiers

Type

Description

config

HTTPRequestConfig

isNetworkError?

boolean

(Optional)

isTimeout?

boolean

(Optional)

response?

HTTPResponse

(Optional)