Search
Preparing search index...
The search index is not available
ASK SDK for Node.js
Options
All
Public
Public/Protected
All
Inherited
Only exported
Menu
Globals
ErrorMapper
Interface ErrorMapper<Input, Output>
An interface providing a mapping of handler input and error to
ErrorHandler
.
Type parameters
Input
Output
Hierarchy
ErrorMapper
Implemented by
GenericErrorMapper
Index
Methods
get
Error
Handler
Methods
get
Error
Handler
get
Error
Handler
(
input
:
Input
, error
:
Error
)
:
Promise
<
ErrorHandler
<
Input
,
Output
>
>
|
ErrorHandler
<
Input
,
Output
>
Parameters
input:
Input
error:
Error
Returns
Promise
<
ErrorHandler
<
Input
,
Output
>
>
|
ErrorHandler
<
Input
,
Output
>
Globals
Error
Mapper
get
Error
Handler
An interface providing a mapping of handler input and error to ErrorHandler.