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