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