mirror of
https://github.com/rudrankriyam/App-Store-Connect-CLI.git
synced 2026-04-25 15:45:48 +03:00
[PR #506] [MERGED] Surface associatedErrors in API error output #579
Labels
No labels
bug
bug
documentation
enhancement
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/App-Store-Connect-CLI#579
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/rudrankriyam/App-Store-Connect-CLI/pull/506
Author: @rudrankriyam
Created: 2/11/2026
Status: ✅ Merged
Merged: 2/11/2026
Merged by: @rudrankriyam
Base:
main← Head:feat/apps-showcase-community-wall📝 Commits (4)
b042a37Surface App Store Connect associated errors in CLI output.189cd59Add API error fixture intake docs and issue form.501effeAdd foundation-models fixture intake scaffolding.af32447Remove API error fixture scaffolding artifacts.📊 Changes
5 files changed (+356 additions, -16 deletions)
View changed files
📝
internal/asc/client_http.go(+66 -7)📝
internal/asc/client_test.go(+94 -0)📝
internal/asc/errors.go(+69 -9)📝
internal/asc/errors_test.go(+36 -0)➕
internal/cli/cmdtest/review_items_associated_errors_test.go(+91 -0)📄 Description
Summary
errors[].meta.associatedErrorsfrom App Store Connect error responses and preserve actionable details onAPIError.review items-adderror surfacing.Test plan
make formatmake lintmake test🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.