Replies: 1 comment 1 reply
-
The Parse-Swift/Sources/ParseSwift/Protocols/ParseTypeable.swift Lines 31 to 36 in 3fd62f4 The |
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
On my project I created an extension to ParseError that basically spits out a description of the Error as so:
The descriptions are basically the comments on each error.
I was wondering, is this something useful to have as part of the library?
In my case I use it so that my debugging and error checks are more descriptive.
I only thought about it now because I just pulled the latest update to ParseSwift and noticed that there were changes to and added errors that I need to update my extension.
Beta Was this translation helpful? Give feedback.
All reactions