-
Type:
Improvement
-
Resolution: Unresolved
-
Priority:
Major - P3
-
None
-
Affects Version/s: None
-
Component/s: BSON, Error Handling
-
None
-
None
-
None
-
None
-
None
-
None
-
None
-
None
It would be great if a MultiError type (or something like that) could be returned from Unmarshal. Many times, there are more than one error and having to repeatedly fix a single error at a time can be tedious. A MultiError type would allow me to check for that type of error and get all of the errors out at once.