hAPIboo API reference
Preparing search index...
@hapiboo/core
IResponsePromise
Interface IResponsePromise<T>
interface
IResponsePromise
<
T
>
{
catch
(
onrejected
:
(
reason
:
ResponseError
)
=>
void
)
:
IResponsePromise
<
T
>
;
finally
(
onfinally
:
()
=>
void
)
:
IResponsePromise
<
T
>
;
start
()
:
IResponsePromise
<
T
>
;
then
(
onfulfilled
:
(
value
:
T
)
=>
void
)
:
IResponsePromise
<
T
>
;
}
Type Parameters
T
Index
Methods
catch
finally
start
then
Methods
catch
catch
(
onrejected
:
(
reason
:
ResponseError
)
=>
void
)
:
IResponsePromise
<
T
>
Parameters
onrejected
:
(
reason
:
ResponseError
)
=>
void
Returns
IResponsePromise
<
T
>
finally
finally
(
onfinally
:
()
=>
void
)
:
IResponsePromise
<
T
>
Parameters
onfinally
:
()
=>
void
Returns
IResponsePromise
<
T
>
start
start
()
:
IResponsePromise
<
T
>
Returns
IResponsePromise
<
T
>
then
then
(
onfulfilled
:
(
value
:
T
)
=>
void
)
:
IResponsePromise
<
T
>
Parameters
onfulfilled
:
(
value
:
T
)
=>
void
Returns
IResponsePromise
<
T
>
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Methods
catch
finally
start
then
hAPIboo API reference
Loading...