Type Alias PbValidateSinkResponse

Source
pub type PbValidateSinkResponse = ValidateSinkResponse;

Aliased Type§

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

Fields§

§error: Option<ValidationError>

On validation failure, we return the error.