Type Alias PbValidateSourceResponse

Source
pub type PbValidateSourceResponse = ValidateSourceResponse;

Aliased Type§

pub struct PbValidateSourceResponse {
    pub error: Option<ValidationError>,
}

Fields§

§error: Option<ValidationError>

On validation failure, we return the error.