Use the InvalidRequestError to indicate that you are unable to process the intent request provided to your app.

For more details on error handling, see HandlerError.

Index

Constructors

constructor

Properties

Optional debugString

debugString: undefined | string

Human readable description of this error

errorCode

errorCode: string

The cause for this error

message

message: string

name

name: string

requestId

requestId: string

Request ID from the associated EXECUTE intent.

Optional stack

stack: undefined | string