@kaltura-ng/kaltura-client
Version:
Kaltura Typescript client
14 lines (13 loc) • 617 B
TypeScript
import { KalturaObjectBase } from '../kaltura-object-base';
export declare class KalturaDropFolderErrorCode extends KalturaObjectBase {
private _value;
constructor(value?: string | number);
equals(obj: this): boolean;
toString(): string;
static contentMatchPolicyUndefined: KalturaDropFolderErrorCode;
static dropFolderAppError: KalturaDropFolderErrorCode;
static errorAutenticate: KalturaDropFolderErrorCode;
static errorConnect: KalturaDropFolderErrorCode;
static errorGetDbFileList: KalturaDropFolderErrorCode;
static errorGetPhisicalFileList: KalturaDropFolderErrorCode;
}