Skip to content

Commit

Permalink
label explanation
Browse files Browse the repository at this point in the history
  • Loading branch information
recrwplay committed Sep 4, 2024
1 parent 5c5cfa7 commit e257c6e
Showing 1 changed file with 8 additions and 31 deletions.
39 changes: 8 additions & 31 deletions preview-src/docs-roles.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,14 @@
Flags sections as Not Available on Aura, Aura DB Enterprise, Enterprise Edition, Fabric, and Deprecated
--

This page has the `:page-product:` attribute set to `Neo4j`.
By default, labels that related to a version of a product have `Neo4j` prepended to the version number.

For example, `label--beta-until-5.12` is displayed as `Beta until Neo4j 5.12`.

To override this value, include the product name in the label.
For example, `label--beta-until-bolt-1.0` is displayed as `Beta until Bolt 1.0`.


[role=label--beta-until-bolt-1.0 label--removed-2.0]
== Adding a product name to versioned labels
Expand All @@ -24,37 +32,6 @@ Flags sections as Not Available on Aura, Aura DB Enterprise, Enterprise Edition,

The request message `ACK_FAILURE` signals to the server that the client has acknowledged a previous failure and should return to a `READY` state.

The request message `ACK_FAILURE` is only valid in version *1* and *2* and the request message `RESET` should be used in its place in version *3+*.

*Signature:* `0E`

*Fields:* No fields.

*Detail messages*:

No detail messages should be returned.

*Valid summary messages:*

** `SUCCESS`
** `FAILURE`

The server must be in a `FAILED` state to be able to successfully process an `ACK_FAILURE` request.
For any other states, receipt of an `ACK_FAILURE` request will be considered a protocol violation and will lead to connection closure.

==== Examples
.Synopsis
[source, bolt]
----
ACK_FAILURE
----

.Example
[source, bolt]
----
ACK_FAILURE
----


[role=label--new-5.11 label--beta-until-5.12]
== Beta until
Expand Down

0 comments on commit e257c6e

Please sign in to comment.