interface ErrorDate { message?: string; error_code?: number; } export declare function handleVOErrors(error: ErrorDate): void; export {};