typescript-client
typescript-client copied to clipboard
Please provide error codes to properly proccess different errors
According to documentation there are different types of errors that API may returns. To properly process the errors (e.g. 404) it is essential to have the error codes in addition to error messages. Will it be possible to add error codes to the Error object?