* Sets the HTTP status code where: * @param statusCode - the HTTP status code (e.g. 200). * @return Return value: the current response object. * [See docs](https://github.com/hapijs/hapi/blob/master/API.md#-responsecodestatuscode)
(statusCode: number)
| 155 | * [See docs](https://github.com/hapijs/hapi/blob/master/API.md#-responsecodestatuscode) |
| 156 | */ |
| 157 | code(statusCode: number): ResponseObject; |
| 158 | |
| 159 | /** |
| 160 | * Sets the HTTP status message where: |
no outgoing calls
no test coverage detected