{"record":{"id":"3fceb32a98fe9354","repo":"BerriAI/litellm","slug":"azureexception-timeout-message","errorCode":null,"errorMessage":"AzureException Timeout - {message}","messagePattern":"AzureException Timeout - (.+?)","errorType":"exception","errorClass":"Timeout","httpStatus":408,"severity":"error","filePath":"litellm/litellm_core_utils/exception_mapping_utils.py","lineNumber":2004,"sourceCode":"            )\n        elif original_exception.status_code == 401:\n            raise AuthenticationError(\n                message=f\"AzureException AuthenticationError - {message}\",\n                llm_provider=\"azure\",\n                model=model,\n                litellm_debug_info=extra_information,\n                response=getattr(original_exception, \"response\", None),\n            )\n        elif original_exception.status_code == 404:\n            raise NotFoundError(\n                message=f\"AzureException NotFoundError - {message}\",\n                llm_provider=\"azure\",\n                model=model,\n                litellm_debug_info=extra_information,\n                response=getattr(original_exception, \"response\", None),\n            )\n        elif original_exception.status_code == 408:\n            raise Timeout(\n                message=f\"AzureException Timeout - {message}\",\n                model=model,\n                litellm_debug_info=extra_information,\n                llm_provider=\"azure\",\n            )\n        elif original_exception.status_code == 422:\n            raise BadRequestError(\n                message=f\"AzureException BadRequestError - {message}\",\n                model=model,\n                llm_provider=\"azure\",\n                litellm_debug_info=extra_information,\n                response=getattr(original_exception, \"response\", None),\n            )\n        elif original_exception.status_code == 429:\n            raise RateLimitError(\n                message=f\"AzureException RateLimitError - {message}\",\n                model=model,\n                llm_provider=\"azure\",","sourceCodeStart":1986,"sourceCodeEnd":2022,"githubUrl":"https://github.com/BerriAI/litellm/blob/6c2dcb801bf2b75c18f1bb24140e7cf57465cc4d/litellm/litellm_core_utils/exception_mapping_utils.py#L1986-L2022","documentation":"Error \"AzureException Timeout - {message}\" thrown in BerriAI/litellm.","triggerScenarios":"Thrown at litellm/litellm_core_utils/exception_mapping_utils.py:2004 when the library encounters an invalid state.","commonSituations":"See trigger scenarios.","solutions":["Increase the timeout for the Azure request or check endpoint latency."],"exampleFix":null,"handlingStrategy":null,"validationCode":null,"typeGuard":null,"tryCatchPattern":null,"preventionTips":[],"tags":[],"backgroundTag":null,"analyzedSha":"6c2dcb801bf2b75c18f1bb24140e7cf57465cc4d","analyzedAt":"2026-08-15T07:12:03.035Z","schemaVersion":2},"datasetVersion":"2026-08-15T22:17:37.221Z"}