Skip to content

fix: handle fetch target not found errors - #89

Merged
BruceWouaigne merged 2 commits into
mainfrom
cursor/platform-sdk-synchronization-7dba
Aug 26, 2026
Merged

BruceWouaigne merged 2 commits into
mainfrom
cursor/platform-sdk-synchronization-7dba

Conversation

@cursor

@cursor cursor Bot commented Aug 26, 2026

Copy link
Copy Markdown
Contributor

Description

The public fetch API can return FETCH_TARGET_NOT_FOUND, but the SDK previously treated it as a generic invalid request. This adds and exports LinkupFetchTargetNotFoundError, maps the platform error code to it for sync and async calls, documents it, and covers both paths through the shared parametrized tests.

Checklist

  • I have installed prek on this project (for instance with the make install-dev command) before creating any commit, or I have run successfully the make lint command on my changes.
  • I have run successfully the make typecheck test command on my changes (112 tests passed).
  • I have updated the README.md if my changes affected it (not applicable; no README behavior changed).
Open in Web View Automation 

cursoragent and others added 2 commits August 26, 2026 08:07
Co-authored-by: william <william@linkup.so>
Co-authored-by: william <william@linkup.so>
@cjumel cjumel self-assigned this Aug 26, 2026
@BruceWouaigne
BruceWouaigne marked this pull request as ready for review August 26, 2026 09:02
@BruceWouaigne
BruceWouaigne merged commit d621384 into main Aug 26, 2026
6 checks passed
@BruceWouaigne
BruceWouaigne deleted the cursor/platform-sdk-synchronization-7dba branch August 26, 2026 09:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants