{"record":{"id":"bff4e65831279529","repo":"BerriAI/litellm","slug":"error-message-bff4e6","errorCode":null,"errorMessage":"error_message","messagePattern":"error_message","errorType":"exception","errorClass":"BaseLLMException","httpStatus":null,"severity":"error","filePath":"litellm/llms/openai/containers/transformation.py","lineNumber":334,"sourceCode":"        self,\n        raw_response: httpx.Response,\n        logging_obj: LiteLLMLoggingObj,\n    ) -> bytes:\n        \"\"\"Transform the OpenAI container file content response.\n\n        Returns the raw binary content of the file.\n        \"\"\"\n        return raw_response.content\n\n    def get_error_class(\n        self,\n        error_message: str,\n        status_code: int,\n        headers: dict | httpx.Headers,\n    ) -> BaseLLMException:\n        from ...base_llm.chat.transformation import BaseLLMException\n\n        raise BaseLLMException(\n            status_code=status_code,\n            message=error_message,\n            headers=headers,\n        )\n","sourceCodeStart":316,"sourceCodeEnd":339,"githubUrl":"https://github.com/BerriAI/litellm/blob/6c2dcb801bf2b75c18f1bb24140e7cf57465cc4d/litellm/llms/openai/containers/transformation.py#L316-L339","documentation":"Error \"error_message\" thrown in BerriAI/litellm.","triggerScenarios":"Thrown at litellm/llms/openai/containers/transformation.py:334 when the library encounters an invalid state.","commonSituations":"See trigger scenarios.","solutions":["Inspect the OpenAI containers error message."],"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"}