MCPcopy Index your code
hub / github.com/OpenTSDB/opentsdb / badRequest

Method badRequest

src/tsd/HttpQuery.java:393–395  ·  view source on GitHub ↗

Sends a 400 error page to the client. Handles responses from deprecated API calls @param explain The string describing why the request is bad.

(final String explain)

Source from the content-addressed store, hash-verified

391 * @param explain The string describing why the request is bad.
392 */
393 public void badRequest(final String explain) {
394 badRequest(new BadRequestException(explain));
395 }
396
397 /**
398 * Sends an error message to the client. Handles responses from

Calls 11

sendReplyMethod · 0.95
escapeJsonMethod · 0.95
makePageMethod · 0.95
formatErrorV1Method · 0.80
getMessageMethod · 0.65
getStatusMethod · 0.65
logWarnMethod · 0.45
requestMethod · 0.45
hasQueryStringParamMethod · 0.45
getDetailsMethod · 0.45
appendMethod · 0.45