I'm migrating from V1 to V2.
In the past I an error code was an integer that I could look at. Now it's part of a string I presume (i.e. getMessage()).
There are no examples of how the errors would look like if these are 40x errors or 50x errors. How do I handle these? What should I expect, say, if the storage has run out on the server? Previously we used to get a 507 error (as in integer), what should I now expect?