Searched refs:InternalServerError (Results 1 – 6 of 6) sorted by relevance
33 class InternalServerError(JSONResponseError): class
103 "InternalServerError": exceptions.InternalServerError,
45 class InternalServerError(JSONResponseError): class
153 "InternalServerError": exceptions.InternalServerError,
258 …doClose(CloseCode.InternalServerError, "Handler terminated without closing the connection.", false… in readWebsocket()295 this(CloseCode.InternalServerError, cause.toString(), cause); in WebSocketException()320 InternalServerError(1011), enumConstant
188 static const int InternalServerError = 500; variable