diff --git a/Comments:BIP-0171.md b/Comments:BIP-0171.md index 6dd0a3d..9b2eaf5 100644 --- a/Comments:BIP-0171.md +++ b/Comments:BIP-0171.md @@ -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.