internalServerError top-level constant

int const internalServerError

The server is terminating the connection because it encountered an unexpected condition that prevented it from fulfilling the request.

Implementation

const internalServerError = 1011;