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
We're looking to delete buf.validate.Violations in bufbuild/protovalidate#96, and it would also be nice for the Golang API to not hard-depend on a specific version of the Protobuf API. To do so, we can make errors.ValidationError its own type not dependent on the generated Protobuf struct, similar to CompilationError and RuntimeError.
The text was updated successfully, but these errors were encountered:
We're looking to delete
buf.validate.Violations
in bufbuild/protovalidate#96, and it would also be nice for the Golang API to not hard-depend on a specific version of the Protobuf API. To do so, we can makeerrors.ValidationError
its own type not dependent on the generated Protobuf struct, similar toCompilationError
andRuntimeError
.The text was updated successfully, but these errors were encountered: