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