pub type PbRwCloudValidateSourceResponse = RwCloudValidateSourceResponse;
Expand description
Alias for RwCloudValidateSourceResponse
.
Aliased Type§
struct PbRwCloudValidateSourceResponse {
pub ok: bool,
pub error: Option<Error>,
}
Fields§
§ok: bool
§error: Option<Error>
On validation failure, we return the error.