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