Home
last modified time | relevance | path

Searched defs:http_code (Results 1 – 2 of 2) sorted by relevance

/third_party/mindspore/mindspore/profiler/common/exceptions/
Dexceptions.py33 def __init__(self, error, message, http_code=500): argument
/third_party/ffmpeg/libavformat/
Dhttp.c67 int http_code; member
271 char http_code[4]; in http_should_reconnect() local
721 static int check_http_code(URLContext *h, int http_code, const char *end) in check_http_code()