export declare class ODataServerError extends Error { constructor(msg: string); } export declare class AuthenticationError extends Error { constructor(msg: string); } export declare class FrameworkError extends Error { constructor(msg: string); } export declare class ValidationError extends Error { constructor(msg: string); }