Skip to content

Commit a82f256

Browse files
committed
Fix links
Signed-off-by: Sayan Nandan <[email protected]>
1 parent e5ad8f8 commit a82f256

File tree

26 files changed

+123
-18
lines changed

26 files changed

+123
-18
lines changed

docs/Protocol/errors.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
---
2+
id: errors
3+
title: Error Strings
4+
---
5+
In certain situations, the server may return error strings (also known as other errors), instead of the standard response codes.
6+
7+
## Table of errors
8+
9+
|Error String|Meaning|
10+
|---------------------------|-------|
11+
|err-access-after-termsig | This error indicates that a connection was accepted by the server even after the database received a termination signal. This is a very bad error and should be reported immediately|
12+
|err-snapshot-busy| This indicates that a snapshot operation is already in progress|
13+
|err-snapshot-disabled| This indicates that snapshots have been disabled on the server-side|

docs/Protocol/response-codes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ Skybase may return any of the response codes listed here:
1414
`4` | Packet Error|The packet contains invalid data|
1515
`5` | Server Error| An error occurred on the server side
1616
`6` | Other error| Some other error response
17-
_Error String_ | Other error with description| Some other error occurred and the server returned a description of this error. See [this document](/errors)
17+
_Error String_ | Other error with description| Some other error occurred and the server returned a description of this error. See [this document](errors)

docs/Protocol/terrapipe.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,4 +126,4 @@ You can find a full list of data types and their `<tsymbol>` s **[here](data-typ
126126

127127
You can find a full list of response codes and their descriptions **[here](response-codes)**
128128

129-
And that's about it! For a list of actions, [see this](actions/overview).
129+
And that's about it! For a list of actions, [see this](/actions/overview).

sidebars.auto.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,8 @@ module.exports = {
3838
"items" : [
3939
"Protocol/terrapipe",
4040
"Protocol/data-types",
41-
"Protocol/response-codes"
41+
"Protocol/response-codes",
42+
"Protocol/errors"
4243
]
4344
}
4445
]
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
---
2+
id: errors
3+
title: Error Strings
4+
---
5+
In certain situations, the server may return error strings (also known as other errors), instead of the standard response codes.
6+
7+
## Table of errors
8+
9+
|Error String|Meaning|
10+
|---------------------------|-------|
11+
|err-access-after-termsig | This error indicates that a connection was accepted by the server even after the database received a termination signal. This is a very bad error and should be reported immediately|
12+
|err-snapshot-busy| This indicates that a snapshot operation is already in progress|
13+
|err-snapshot-disabled| This indicates that snapshots have been disabled on the server-side|

versioned_docs/version-0.4.0/Protocol/response-codes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ Skybase may return any of the response codes listed here:
1414
`4` | Packet Error|The packet contains invalid data|
1515
`5` | Server Error| An error occurred on the server side
1616
`6` | Other error| Some other error response
17-
_Error String_ | Other error with description| Some other error occurred and the server returned a description of this error. See [this document](/errors)
17+
_Error String_ | Other error with description| Some other error occurred and the server returned a description of this error. See [this document](errors)

versioned_docs/version-0.4.0/Protocol/terrapipe.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,4 +126,4 @@ You can find a full list of data types and their `<tsymbol>` s **[here](data-typ
126126

127127
You can find a full list of response codes and their descriptions **[here](response-codes)**
128128

129-
And that's about it! For a list of actions, [see this](actions/overview).
129+
And that's about it! For a list of actions, [see this](/actions/overview).
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
---
2+
id: errors
3+
title: Error Strings
4+
---
5+
In certain situations, the server may return error strings (also known as other errors), instead of the standard response codes.
6+
7+
## Table of errors
8+
9+
|Error String|Meaning|
10+
|---------------------------|-------|
11+
|err-access-after-termsig | This error indicates that a connection was accepted by the server even after the database received a termination signal. This is a very bad error and should be reported immediately|
12+
|err-snapshot-busy| This indicates that a snapshot operation is already in progress|
13+
|err-snapshot-disabled| This indicates that snapshots have been disabled on the server-side|

versioned_docs/version-0.4.1/Protocol/response-codes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ Skybase may return any of the response codes listed here:
1414
`4` | Packet Error|The packet contains invalid data|
1515
`5` | Server Error| An error occurred on the server side
1616
`6` | Other error| Some other error response
17-
_Error String_ | Other error with description| Some other error occurred and the server returned a description of this error. See [this document](/errors)
17+
_Error String_ | Other error with description| Some other error occurred and the server returned a description of this error. See [this document](errors)

versioned_docs/version-0.4.1/Protocol/terrapipe.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,4 +126,4 @@ You can find a full list of data types and their `<tsymbol>` s **[here](data-typ
126126

127127
You can find a full list of response codes and their descriptions **[here](response-codes)**
128128

129-
And that's about it! For a list of actions, [see this](actions/overview).
129+
And that's about it! For a list of actions, [see this](/actions/overview).

0 commit comments

Comments
 (0)