pub type PbValidateSinkResponse = ValidateSinkResponse;
Expand description
Alias for ValidateSinkResponse
.
Aliased Type§
struct PbValidateSinkResponse {
pub error: Option<ValidationError>,
}
Fields§
§error: Option<ValidationError>
On validation failure, we return the error.