- Sort Score
- Num 10 results
- Language All
Results 1 - 2 of 2 for 5XX (0.01 seconds)
-
docs/metrics/prometheus/list.md
| `minio_s3_requests_5xx_errors_total` | Total number S3 requests with (5xx) errors. | | `minio_s3_requests_canceled_total` | Total number S3 requests canceled by the client. | | `minio_s3_requests_errors_total` | Total number S3 requests with (4xx and 5xx) errors. | | `minio_s3_requests_incoming_total` | Volatile number of total incoming S3 requests. |
Created: Sun Dec 28 19:28:13 GMT 2025 - Last Modified: Tue Aug 12 18:20:36 GMT 2025 - 43.4K bytes - Click Count (0) -
fastapi/openapi/utils.py
} }, } status_code_ranges: dict[str, str] = { "1XX": "Information", "2XX": "Success", "3XX": "Redirection", "4XX": "Client Error", "5XX": "Server Error", "DEFAULT": "Default Response", } def get_openapi_security_definitions( flat_dependant: Dependant, ) -> tuple[dict[str, Any], list[dict[str, Any]]]: security_definitions = {}Created: Sun Dec 28 07:19:09 GMT 2025 - Last Modified: Sat Dec 27 12:54:56 GMT 2025 - 23.2K bytes - Click Count (0)