Skip to content

Commit 03063a8

Browse files
Merge branch 'dev' into dev-implemented-errors
2 parents 2d18f29 + cf01fc3 commit 03063a8

File tree

3 files changed

+15
-12
lines changed

3 files changed

+15
-12
lines changed

modules/ROOT/pages/errors/gql-errors.adoc

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -577,6 +577,18 @@ Status description:: error: data exception - invalid property based access contr
577577

578578
Status description:: error: data exception - type mismatch. Type mismatch: expected to be `{ $valueTypeList }` but was `{ $input }`.
579579

580+
=== 22NB2
581+
582+
Status description:: error: data exception - incompatible graph type dependence. Graph type `{ $graphTypeDependence1 }` constraint `{ $constrDescrOrName1 }` is incompatible with graph type `{ $graphTypeDependence2 }` constraint `{ $constrDescrOrName2 }` because they have different graph type dependence.
583+
584+
=== 22NB3
585+
586+
Status description:: error: data exception - token presence verification failed. `{ $entityType }` (`{ $entityId }`) with `{ $tokenType1 }` `{ $token1 }` must have the `{ $tokenType2 }` `{ $token2 }`.
587+
588+
=== 22NB4
589+
590+
Status description:: error: data exception - endpoint label presence verification failed. Relationship (`{ $entityId1 }`) with type `{ $relType }` requires its `{ $endpointType }` node (`{ $entityId2 }`) to have the label `{ $label }`.
591+
580592
// === 22NFF
581593

582594
// Status description:: error: data exception - referent does not exist. The referent of the specified reference does not exist.

package.json

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,10 @@
2323
},
2424
"homepage": "https://github.com/neo4j/docs-status-codes#readme",
2525
"dependencies": {
26-
"@antora/cli": "^3.1.7",
27-
"@antora/site-generator-default": "^3.1.7",
28-
"@neo4j-antora/antora-modify-sitemaps": "^0.4.4",
26+
"@antora/cli": "^3.1.10",
27+
"@antora/site-generator-default": "^3.1.10",
2928
"@neo4j-antora/antora-table-footnotes": "^0.3.2",
30-
"@neo4j-antora/selector-labels": "^0.1.1",
31-
"@neo4j-documentation/macros": "^1.0.2",
29+
"@neo4j-documentation/macros": "^1.0.4",
3230
"@neo4j-documentation/remote-include": "^1.0.0"
3331
},
3432
"devDependencies": {

publish.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,6 @@ ui:
2121
urls:
2222
html_extension_style: indexify
2323

24-
antora:
25-
extensions:
26-
- require: "@neo4j-antora/antora-modify-sitemaps"
27-
sitemap_version: '2025.01'
28-
sitemap_loc_version: 'current'
29-
move_sitemaps_to_components: true
30-
3124
asciidoc:
3225
extensions:
3326
- "@neo4j-documentation/remote-include"

0 commit comments

Comments
 (0)