docs(intent): intent DSL reference + SDK ValidationException / checks-400#145
Open
delchev wants to merge 6 commits into
Open
docs(intent): intent DSL reference + SDK ValidationException / checks-400#145delchev wants to merge 6 commits into
delchev wants to merge 6 commits into
Conversation
…d list Synced from the engine-intent README (eclipse-dirigible/dirigible#6228): one line + one snippet per construct, incl. the newly landed checks, immutableIn, hierarchy/leafOnly, views, postings, expansions, balance reports, settlements and actions - none of which the site covered. Sidebar entry + overview link added; site builds clean. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
…a single hyphen (GitHub-style '---' slugs 404 in-page) Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
…(snapshot case) Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
…n: Calendar landed Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
- Add the org.eclipse.dirigible.sdk.db.ValidationException reference page (a well-formed request that violates a business rule; mapped to HTTP 400), list it in the db module index, and register it in the SDK sidebar. - DSL reference: note that a checks: violation returns HTTP 400 with the authored message over REST (and aborts the task completion on a workflow transition), cross-linking the new SDK page. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Documentation for the intent-driven development surface.
docs/help/intent/dsl-reference.md) covering every supported construct + the planned list, with in-page anchors fixed for VitePress' slug rules.ValidationException(docs/sdk/db/): new reference page fororg.eclipse.dirigible.sdk.db.ValidationException— thrown by client-side domain logic (declarativechecks:, capacity guards, hand-written validation) to signal a business-rule violation, mapped by the controller runtime to HTTP 400. Listed in the db module index and the SDK sidebar.checks:→ 400: the DSL reference now states that achecks:violation returns HTTP 400 with the authored message over REST (and aborts the task completion on a workflow transition), cross-linking the SDK page.Verified with
npm run docs:build(VitePress dead-link check passes).🤖 Generated with Claude Code