Preparing search index...
The search index is not available
@honua/sdk-js
@honua/sdk-js
honua
HonuaRequestInterceptor
Interface HonuaRequestInterceptor
interface
HonuaRequestInterceptor
{
after
?
(
context
:
HonuaResponseContext
)
:
void
|
Promise
<
void
>
;
before
?
(
context
:
HonuaRequestContext
)
:
void
|
HonuaRequestMutation
|
Promise
<
void
|
HonuaRequestMutation
>
;
error
?
(
context
:
HonuaErrorContext
)
:
void
|
Promise
<
void
>
;
}
Index
Methods
after?
before?
error?
Methods
Optional
after
after
(
context
)
:
void
|
Promise
<
void
>
Parameters
context
:
HonuaResponseContext
Returns
void
|
Promise
<
void
>
Optional
before
before
(
context
)
:
void
|
HonuaRequestMutation
|
Promise
<
void
|
HonuaRequestMutation
>
Parameters
context
:
HonuaRequestContext
Returns
void
|
HonuaRequestMutation
|
Promise
<
void
|
HonuaRequestMutation
>
Optional
error
error
(
context
)
:
void
|
Promise
<
void
>
Parameters
context
:
HonuaErrorContext
Returns
void
|
Promise
<
void
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Methods
after
before
error
@honua/sdk-js
Loading...