Type Alias PbFastInsertResponse

Source
pub type PbFastInsertResponse = FastInsertResponse;

Aliased Type§

struct PbFastInsertResponse {
    pub status: i32,
    pub error_message: String,
}

Fields§

§status: i32§error_message: String