ValidationException into a gRPC StatusRuntimeException
with status code Code.INVALID_ARGUMENT,
the ValidationException exception message,
and Any error details containing BadRequest with field violation details.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
StatusRuntimeException objects.Copyright © 2021. All rights reserved.