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