From ec626a6b870369ea22e2685949c476c51d980375 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Traumat?= Date: Tue, 21 Aug 2018 15:22:15 +0200 Subject: [PATCH] Updated Comments:BIP 0171 (markdown) --- Comments:BIP-0171.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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.