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

@@ -109,7 +109,7 @@ 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 `secret` in the request is not a valid secret key.
* `channelAmtMalformed` - The `amount` in the request is not a valid [XRP amount](#specifying-currency-amounts).
* `channelMalformed` - The `channel_id` in the request is not a valid Channel ID. The Channel ID should be a 256-bit (64-character) hexadecimal string.

View File

@@ -113,7 +113,7 @@ 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.
* `publicMalformed` - The `public_key` field of the request is not a valid public key in the correct format. Public keys are 33 bytes and must be represented in base58 or hexadecimal. The base58 representation of account public keys starts with the letter `a`. The hexadecimal representation is 66 characters long.
* `channelMalformed` - The `channel_id` field of the request is not a valid Channel ID. The Channel ID must be a 256-bit (64-character) hexadecimal string.