internalServerError constant

HttpStatus const internalServerError

500 Internal Server Error

The server has encountered a situation it doesn't know how to handle.

Implementation

static const internalServerError = HttpStatus(500);