Preparing search index...
The search index is not available
TESSA Web API
TESSA Web API
Application.Http
HttpInterceptorErrorContext
Interface HttpInterceptorErrorContext<Opt>
interface
HttpInterceptorErrorContext
<
Opt
extends
HttpOptions
=
HttpOptions
>
{
clientTypes
:
symbol
[]
;
error
:
unknown
;
options
:
Opt
;
request
:
Request
;
response
:
HttpResponse
;
url
:
string
;
clientTypeIs
(
...
types
:
symbol
[]
)
:
boolean
;
clientTypeOnlyIs
(
...
types
:
symbol
[]
)
:
boolean
;
urlIs
(
...
urls
:
(
string
|
RegExp
)
[]
)
:
boolean
;
}
Type Parameters
Opt
extends
HttpOptions
=
HttpOptions
Hierarchy
HttpInterceptorContextBase
HttpInterceptorErrorContext
Implemented by
HttpInterceptorContext
Index
Properties
client
Types
error
options
request
response
url
Methods
client
Type
Is
client
Type
Only
Is
url
Is
Properties
Readonly
client
Types
clientTypes
:
symbol
[]
error
error
:
unknown
Readonly
options
options
:
Opt
Readonly
request
request
:
Request
Readonly
response
response
:
HttpResponse
Readonly
url
url
:
string
Methods
client
Type
Is
clientTypeIs
(
...
types
:
symbol
[]
)
:
boolean
Parameters
...
types
:
symbol
[]
Returns
boolean
client
Type
Only
Is
clientTypeOnlyIs
(
...
types
:
symbol
[]
)
:
boolean
Parameters
...
types
:
symbol
[]
Returns
boolean
url
Is
urlIs
(
...
urls
:
(
string
|
RegExp
)
[]
)
:
boolean
Parameters
...
urls
: (
string
|
RegExp
)
[]
Returns
boolean
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
client
Types
error
options
request
response
url
Methods
client
Type
Is
client
Type
Only
Is
url
Is
TESSA Web API
Loading...