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