import { KalturaObjectBase } from '../kaltura-object-base';
export declare class KalturaDropFolderFileErrorCode extends KalturaObjectBase {
    private _value;
    constructor(value?: string | number);
    equals(obj: this): boolean;
    toString(): string;
    static errorAddingBulkUpload: KalturaDropFolderFileErrorCode;
    static errorAddingContentProcessor: KalturaDropFolderFileErrorCode;
    static errorAddContentResource: KalturaDropFolderFileErrorCode;
    static errorAddEntry: KalturaDropFolderFileErrorCode;
    static errorDeletingFile: KalturaDropFolderFileErrorCode;
    static errorDownloadingFile: KalturaDropFolderFileErrorCode;
    static errorInBulkUpload: KalturaDropFolderFileErrorCode;
    static errorInContentProcessor: KalturaDropFolderFileErrorCode;
    static errorReadingFile: KalturaDropFolderFileErrorCode;
    static errorUpdateEntry: KalturaDropFolderFileErrorCode;
    static errorUpdateFile: KalturaDropFolderFileErrorCode;
    static errorWritingTempFile: KalturaDropFolderFileErrorCode;
    static fileNoMatch: KalturaDropFolderFileErrorCode;
    static flavorMissingInFileName: KalturaDropFolderFileErrorCode;
    static flavorNotFound: KalturaDropFolderFileErrorCode;
    static localFileWrongChecksum: KalturaDropFolderFileErrorCode;
    static localFileWrongSize: KalturaDropFolderFileErrorCode;
    static malformedXmlFile: KalturaDropFolderFileErrorCode;
    static slugRegexNoMatch: KalturaDropFolderFileErrorCode;
    static xmlFileSizeExceedLimit: KalturaDropFolderFileErrorCode;
}
