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

@@ -91,6 +91,6 @@ 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][].
* `invalidParams` - One or more fields are specified incorrectly, or one or more required fields are missing.
* Cannot connect in standalone mode - Network-related commands are disabled in stand-alone mode.

View File

@@ -55,5 +55,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][].
* `notStandAlone` - If the `rippled` server is not currently running in stand-alone mode.

View File

@@ -80,4 +80,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][].

View File

@@ -82,5 +82,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][].
* `badSeed` - The request provided an invalid secret value. This usually means that the secret value appears to be a valid string of a different format, such as an account address or validation public key.