feat: add optional error data #21
Loading…
Reference in New Issue
No description provided.
Delete Branch "feature/api-error-data"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
One can add meaningful data to errors with
return api.ErrSuccess.With(data)
Pull request closed