chore(api): document batch error responses - #1082
Conversation
Castiron custom codeMixed files: 89 → 92 3 newly customized · 0 customizations removed · 0 existing customizations changed · 3 generated baselines changed Compared
89 existing customizations unchanged
49 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 36168147947 --repo openai/openai-java \
--name castiron-custom-code-36168147947-1 --dir /tmp/castiron-custom-code-36168147947-1
git apply --stat /tmp/castiron-custom-code-36168147947-1/custom-code.patch
cat /tmp/castiron-custom-code-36168147947-1/custom-code.patchOr reproduce it from an SDK checkout containing the vendored reporter: git fetch --no-tags origin 59d019d42daf06d3369c76b7f98a00ee2c7c3d2f ea4bf597a523e9f76d280883357fba79f465fbfc
python3 scripts/castiron/custom_code_report.py report \
--base 59d019d42daf06d3369c76b7f98a00ee2c7c3d2f \
--head ea4bf597a523e9f76d280883357fba79f465fbfc --fetch --require-head-hash --public \
--out /tmp/castiron-custom-code-ea4bf597a523
cat /tmp/castiron-custom-code-ea4bf597a523/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. |
Castiron-Internal-PR: openai/openai-java-internal#153 Castiron-Source-SHA: 0cc31cbb7fb8001724128728889a4505f2e2aa33 Castiron-Public-Base-SHA: 59d019d
0a07bd7 to
ea4bf59
Compare
|
Resolved the merge conflicts at The final diff changes only the API reference and generation metadata. All Java/Kotlin client code, public APIs, exception handling, dependencies, tests, and workflows remain byte-for-byte identical to that baseline, including the newly merged audio changes. The reference comparison confirms only the intended Batch error-response additions; the exact-head local merge check is clean. Independent review and formatting passed. All 14 reported checks/statuses on this head are terminal: 13 successful and one intentionally skipped. Fresh CI includes API/Jackson compatibility, Java 8/25 runtime checks, and tests; both custom-code checks pass. The updated head also has human approval. The downstream compatibility suite also passed all 236 tests for this updated head. |
Summary
Documents Batch API error responses while preserving Java exception types and method signatures.
Changes