mirror of
https://github.com/bitcoin/bips.git
synced 2025-05-26 12:10:14 +00:00
Updated Comments:BIP 0171 (markdown)
parent
0e975bb113
commit
ec626a6b87
@ -40,13 +40,13 @@ In case of error, we always return this object :
|
||||
}
|
||||
```
|
||||
|
||||
`Type` : The type of error returned. One of api_connection_error, api_error, authentication_error, invalid_request_error or rate_limit_error.
|
||||
`Type` : The type of error returned. One of `api_connection_error`, `api_error`, `authentication_error`, `invalid_request_error` or `rate_limit_error`.
|
||||
|
||||
`message` : A human-readable message providing more details about the error.
|
||||
|
||||
and then you have all the errors with, for each error found :
|
||||
|
||||
`code` : Error code like currency_code_invalid.
|
||||
`code` : Error code like `currency_code_invalid`.
|
||||
|
||||
`message` : A human-readable message providing more details about the error.
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user