Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add Error method to laravel like error and add prefix method to Valid…
…ationError Once the error has been converted to a laravel like error you can now also return it as a go error. The Prefix method is handy if you execute validation somewhere nested in your codebase and want to prefix all validation error paths higher up in the codebase.
- Loading branch information