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