interface ErrorInfo {
    ErrorCode: string;
    ErrorMessage: string;
}
export default ErrorInfo;
