pub type AtResult<T> = Result<T, AtError>;
Convenience type alias for Result<T, AtError>.
Result<T, AtError>