pub type SysValidationResult<T> = Result<T, SysValidationError>;
👎Deprecated:

This will be replaced with SysValidationOutcome as we shouldn’t treat outcomes as errors