Tag: error codes

  • Better Error Messages

    The goal for today is to display up a better message when our programs run across an error from Vault. For example, instead of “303” as the error message, I’ll show you how to display “PermissionDenied” or whatever else you want.

  • Errors and Restrictions

    Update:  A better version of the below code has been provied in another article.  The new code gets both the error code and any restriction codes. Errors You are probably reading the error code incorrectly.  I'm guessing that you are getting it from the Message text of an Exception that gets thrown when you make…