risingwave_pb::cloud_service

Type Alias PbRwCloudValidateSourceResponse

source
pub type PbRwCloudValidateSourceResponse = RwCloudValidateSourceResponse;
Expand description

Aliased Type§

struct PbRwCloudValidateSourceResponse {
    pub ok: bool,
    pub error: Option<Error>,
}

Fields§

§ok: bool§error: Option<Error>

On validation failure, we return the error.