code500InternalServerError constant

HttpStatus const code500InternalServerError

An alias representing the internalServerError constant, offering a direct substitute for it.

For consistency and improved readability, it is recommended to directly use internalServerError where possible.

500 INTERNAL SERVER ERROR.

The server encountered an unexpected condition that prevented it from fulfilling the request.

Implementation

static const HttpStatus code500InternalServerError = internalServerError;