Skip to content

docs(restapi): document NoTransactionToCancel error and release 2.29.0#193

Open
ecunado wants to merge 1 commit into
devfrom
docs/restapi-no-transaction-to-cancel-error
Open

docs(restapi): document NoTransactionToCancel error and release 2.29.0#193
ecunado wants to merge 1 commit into
devfrom
docs/restapi-no-transaction-to-cancel-error

Conversation

@ecunado

@ecunado ecunado commented Jul 8, 2026

Copy link
Copy Markdown
Contributor

Summary

  • Adds the new NoTransactionToCancel error (code 1005) to the POST /transactions response table in restapi/restendpoints.md. This distinguishes "no transaction in progress to cancel" from the generic CancelOperationNotAllowed (1003) response returned by stopCurrentTransaction. Backed by handpoint/cloudapi's DeviceErrorCode.NO_TRANSACTION_TO_CANCEL (src/errors/device.error.ts).
  • Adds a 2.29.0 entry to restapi/restreleasenotes.md.
  • Cuts the new REST API 2.29.0 docs version (npm run docusaurus docs:version:restapi "REST API 2.29.0"), snapshotting the above changes into restapi_versioned_docs/version-REST API 2.29.0/ and restapi_versions.json.
  • Bumps the example version-bump command in README.md to 2.30.0 (next version), following the existing pattern.

Test plan

  • yarn build completes with no broken-link errors.

…API 2.29.0

Adds error code 1005 (NoTransactionToCancel) to the /transactions
response table, distinguishing "no transaction to cancel" from the
generic CancelOperationNotAllowed (1003) case, and cuts the 2.29.0
docs version to publish it.
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.

1 participant