pub type VolumesRemoveResult = Result<(), i32>;
enum VolumesRemoveResult { Ok(()), Err(i32), }
Contains the success value
Contains the error value