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