internalServerError constant

int const internalServerError

internalServerError = 500.

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

https://tools.ietf.org/html/rfc7231#section-6.6.1

Implementation

static const int internalServerError = 500;