chore(api): document files and uploads error responses - #1081
Conversation
Castiron-Internal-PR: openai/openai-java-internal#152 Castiron-Source-SHA: 902e85b2629f307f607c44981cbaec8bd83e2dbf Castiron-Public-Base-SHA: e8cbf5d
Castiron custom code✅ No new custom-code files detected. 87 mixed files remain; 0 existing customizations changed. Compared 87 existing customizations unchanged
47 more in the full report. A changed generated baseline means this report cannot reliably identify which handwritten lines changed. Inspect the custom-code diffDownload the exact patch produced by this run (requires repository access): gh run download 36100499563 --repo openai/openai-java \
--name castiron-custom-code-36100499563-1 --dir /tmp/castiron-custom-code-36100499563-1
git apply --stat /tmp/castiron-custom-code-36100499563-1/custom-code.patch
cat /tmp/castiron-custom-code-36100499563-1/custom-code.patchOr reproduce it from an SDK checkout containing the vendored reporter: git fetch --no-tags origin e8cbf5d732d4f5acf7cc455ff2dc75ce91377800 4538e2e6474da1fe1ad3893eef799b6dd861cbac
python3 scripts/castiron/custom_code_report.py report \
--base e8cbf5d732d4f5acf7cc455ff2dc75ce91377800 \
--head 4538e2e6474da1fe1ad3893eef799b6dd861cbac --fetch --require-head-hash --public \
--out /tmp/castiron-custom-code-4538e2e6474d
cat /tmp/castiron-custom-code-4538e2e6474d/custom-code.patchThis is the current full custom patch for mixed files, not an attribution of only the handwritten lines changed by this PR. |
Codex Review SummaryThis comment shows the latest Codex review activity on this pull request.
ℹ️ About Codex in GitHubYour team has set up Codex to review pull requests in this repo. Reviews are triggered when you
Codex reacts with 👀 while any review is running, comments if it has suggestions, and reacts with 👍 once all reviews finish with no findings. |
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 4538e2e647
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
Summary
Documents error responses for invalid file requests, upload state, expiry, and applicable storage failures. Java exception handling is unchanged.
Changes