Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: wrap full validation errors instead of just their message (#232)
This PR contains a simple adjustment to the error handling of the struct field validation. Previously only the string representation of the error was included in the returned `SDKError`, but an upcoming change to the CLI plugins requires the actual error object, because it contains valuable information. Signed-off-by: Norbert Biczo <[email protected]>
- Loading branch information