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