You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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]>
0 commit comments