Open mazinden opened 11 months ago
We need to choose between two formats of descriptions (long or short). Here are the examples for 401 Unauthorized exceptions:
WrongTokenException
NoTokenException
Here are what I found while examining the error descriptions:
There are no exceptions for Solana Transactions, Account and Staking at all.
For Celestia staking, error descriptions duplicate the ones for Cosmos with specific Cosmos terms, e.g., for Create Staking Request, InsufficientFundsOnCosmosAccountException is used.
In the responses scheme, there're three main parameters: сode, message, and name. But in Example values, code, message, and type are specified. Is it okay? Which option is correct?
The table with descriptions: https://docs.google.com/spreadsheets/d/1HtsXhQq8RUG8iCfInXVlKl0cZpjPfR9W4NUMIOaxQ9M/edit?usp=sharing
Check error descriptions:
Update error descriptions in code: