-
-
Notifications
You must be signed in to change notification settings - Fork 0
Unify error format #91
Copy link
Copy link
Open
Labels
enhancementImprovements to existing features and functionalityImprovements to existing features and functionalitylow priorityIssues which should only be considered after everything else is doneIssues which should only be considered after everything else is donerefactoringDrastic code quality improvementsDrastic code quality improvements
Milestone
Metadata
Metadata
Assignees
Labels
enhancementImprovements to existing features and functionalityImprovements to existing features and functionalitylow priorityIssues which should only be considered after everything else is doneIssues which should only be considered after everything else is donerefactoringDrastic code quality improvementsDrastic code quality improvements
Currently, not all errors across the app are returned as
SaplingErrors, and evenSaplingErrorcan vary wildly in its output.Unify the format of error output by
SaplingError, regardless of the input it receives. This would mean generating metadata for string-based errors, and validating the object format and filling in any gaps for object-based errors.