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