find/replace all universal error types links

This commit is contained in:
mDuo13
2018-05-11 12:15:00 -07:00
parent d062798429
commit e30fb03a48
52 changed files with 54 additions and 54 deletions

View File

@@ -62,7 +62,7 @@ Use this command with no parameter to query the existing `can_delete` setting.
### Possible Errors
* Any of the [universal error types](#universal-errors).
* Any of the [universal error types][].
* `notEnabled` - Not enabled in configuration.
* `notReady` - Not ready to handle this request.
* `lgrNotFound` - Ledger not found.

View File

@@ -64,5 +64,5 @@ The response follows the [standard format](#response-formatting), with a success
### Possible Errors
* Any of the [universal error types](#universal-errors).
* Any of the [universal error types][].
* `internal` if one the parameters is specified incorrectly. (This is a bug; the intended error code is `invalidParams`.)

View File

@@ -173,6 +173,6 @@ When the server is in the progress of fetching a ledger, but has not yet finishe
### Possible Errors
* Any of the [universal error types](#universal-errors).
* Any of the [universal error types][].
* `invalidParams` - One or more fields are specified incorrectly, or one or more required fields are missing. This error can also occur if you specify a ledger index equal or higher than the current in-progress ledger.
* `lgrNotFound` - If the ledger is not yet available. This indicates that the server has started fetching the ledger, although it may fail if none of its connected peers have the requested ledger. (Previously, this error used the code `ledgerNotFound` instead.) [Updated in: rippled 0.30.1][New in: rippled 0.30.1]

View File

@@ -131,5 +131,5 @@ Otherwise, the request contains the following field:
### Possible Errors
* Any of the [universal error types](#universal-errors).
* Any of the [universal error types][].
* `invalidParams` - One or more fields are specified incorrectly, or one or more required fields are missing.

View File

@@ -72,4 +72,4 @@ The response follows the [standard format](#response-formatting), with a success
### Possible Errors
* Any of the [universal error types](#universal-errors).
* Any of the [universal error types][].