ValidationException into a gRPC Status.INVALID_ARGUMENT with appropriate message
and cause.ValidatingClientInterceptor is a gRPC ClientInterceptor that validates outbound gRPC messages before
transmission.ValidatingServerInterceptor is a gRPC ServerInterceptor that validates inbound gRPC messages before
processing.ValidationExceptions provides utilities for converting ValidationException objects into gRPC
Status objects.Copyright © 2019. All rights reserved.