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