This topic describes the common error codes about synthetic tests.
Common error codes
Error code | Description |
300 | HTTP/1.1 300 Multiple Choices |
301 | HTTP/1.1 301 Moved Permanently |
303 | HTTP/1.1 303 See Other |
305 | HTTP/1.1 305 Use Proxy |
400 | HTTP/1.1 400 Bad Request |
401 | HTTP/1.1 401 Unauthorized |
402 | HTTP/1.1 402 Payment Required |
403 | HTTP/1.1 403 Forbidden |
404 | HTTP/1.1 404 Not Found |
405 | HTTP/1.1 405 Method Not Allowed |
406 | HTTP/1.1 406 Not Acceptable |
407 | HTTP/1.1 407 Proxy Authentication Required |
408 | HTTP/1.1 408 Request Time-out |
409 | HTTP/1.1 409 Conflict |
410 | HTTP/1.1 410 Gone |
411 | HTTP/1.1 411 Length Required |
412 | HTTP/1.1 412 Precondition Failed |
414 | HTTP/1.1 414 Request-URI Too Large |
415 | HTTP/1.1 415 Unsupported Media Type |
416 | HTTP/1.1 416 Requested range not satisfiable |
417 | HTTP/1.1 417 Expectation Failed |
500 | HTTP/1.1 500 Internal Server Error |
501 | HTTP/1.1 501 Not Implemented |
502 | HTTP/1.1 502 Bad Gateway |
503 | HTTP/1.1 503 Service Unavailable |
504 | HTTP/1.1 504 Gateway Time-out |
505 | HTTP/1.1 505 HTTP Version Not Supported |
534 | HTTP/1.1 Policy requires SSL |
Error codes about availability assertions
Error code | Description | Details |
2100 | HTTP response code assertion failed | The response code returned by the HTTP request is deviated from the assertion. |
2101 | HTTP response header assertion failed | The response header returned by the HTTP request is deviated from the assertion. |
2102 | HTTP response body assertion failed | The response body returned by the HTTP request is deviated from the assertion. |
2103 | HTTP JSON response-body assertion failed | The JSON response body returned by the HTTP request is deviated from the assertion. |
2104 | HTTP response duration assertion failed | The response duration of the HTTP request is deviated from the assertion. |
2120 | ICMP packet loss-rate assertion failed | The packet loss rate of a single ping is deviated from the assertion. |
2121 | Maximum ICMP latency assertion failed | The maximum latency of all Internet Control Message Protocol (ICMP) packets for a single ping test is deviated from the assertion. |
2122 | Average ICMP latency assertion failed | The average latency of all ICMP packets in a single ping test is deviated from the assertion. |
2130 | TCP connection-establishment success-rate assertion failed | The success rate of establishing Transmission Control Protocol (TCP) connections for a single TCP test is deviated from the assertion. |
2131 | Average TCP connection-establishment duration assertion failed | The average time consumed for TCP connection establishment in a single TCP test is deviated from the assertion. |
2132 | Maximum TCP connection-establishment duration assertion failed | The maximum time consumed for TCP connection establishment in a single TCP test is deviated from the assertion. |
2150 | A record assertion failed | The A record of DNS resolution is deviated from the assertion. |
2151 | CNAME assertion failed | The CNAME record of DNS resolution is deviated from the assertion. |
2152 | DNS resolution duration assertion failed | The DNS resolution duration is deviated from the assertion. |
2160 | Assertion of web-page first-packet load-duration failed | The time consumed for loading the first packet of the web page is deviated from the assertion. |
2161 | Web page load-duration assertion failed | The time consumed for loading the web page is deviated from the assertion. |
2163 | Web-page first-rendering duration assertion failed | The time consumed for the first rendering of the web page is deviated from the assertion. |
2164 | FPT assertion failed | The First Paint Time (FPT) of the web page is deviated from the assertion. |
2165 | DOM ready load-duration assertion failed | The time consumed for loading DOM ready for the web page is deviated from the assertion. |
2166 | DOM complete load-duration assertion failed | The time consumed for loading DOM complete for the web page is deviated from the assertion. |
2167 | Assertion of the full web-page load-duration assertion failed | The time consumed for fully loading the web page is deviated from the assertion. |
2180 | File download response-code assertion failed | The response code returned by the file download request is deviated from the assertion. |
2181 | File download response-header assertion failed | The response header returned by the file download request is deviated from the assertion. |
2182 | File download MD5 hash assertion failed | The Message Digest Method 5 (MD5) hash of the downloaded file is deviated from the assertion. |
2183 | File download duration assertion failed | The time consumed for downloading the file is deviated from the assertion. |
2184 | File download speed assertion failed | The download speed of the file is deviated from the assertion. |