statusCode property

num statusCode
getter/setter pair

The HTTP status code that indicates the status of the received message from the skill.

Valid values: 2XX (OK), 401 (Unauthorized), 429(Too Many Requests), 500 (Internal Server Error/Unknown Error), 5XX (Failure)

Implementation

external num statusCode;