Type Definition MAIResult
mai400_api
type MAIResult<T> = Result<T, MAIError>;
Custom error type for MAI400 operations.