List of Counterparty API Errors #155
davestaxcp
started this conversation in
General
Replies: 1 comment
-
|
So it's generally Best Practice for Serious Software to have all of the errors enumerated and identified with "error codes" for easier debugging, but it can be pretty ugly to implement and I don't think it would be super useful at this stage. So far I've focused on making sure the error messages themselves are as helpful as possible, and I think we're in a pretty good spot there actually. That said, if people want this, it could definitely be prioritized. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Without having to set up a counterparty node, is there a list anywhere for all possible Counterparty API errors?
In the past (most users used Freewallet) and we could track down alot of common errors... not enough btc... not enough xcp... UTXO issues etc
but now FW is designed to spit out the "Counterparty API Error" if the issue was at a protocol level and not a wallet specific issue
Would love to have a list of all possible errors (i would assume its somewhere in the code), for wallet providers and wallet customer service to understand and know why the API spits them out
would help a ton for experienced users to explain issues to new users that may not know a lick of code 'gibberish' as they percieve it
Beta Was this translation helpful? Give feedback.
All reactions