com.application.areca
Interface Errors


public interface Errors

List errors thrown during the pre-check process.

Author:
Olivier PETRUCCI

Areca Build ID : 7299034069467778562

Field Summary
static java.lang.String ERR_ALL_OK
           
static int ERR_C_BASEARCHIVEPATH
           
static int ERR_C_BASETARGETPATH
           
static int ERR_C_EXIST
           
static int ERR_C_INCLUSION
           
static int ERR_C_MEDIUM_ENCRYPTION_NOT_INITIALIZED
           
static java.lang.String ERR_M_BASEARCHIVEPATH
           
static java.lang.String ERR_M_BASETARGETPATH
           
static java.lang.String ERR_M_EXIST
           
static java.lang.String ERR_M_INCLUSION
           
static java.lang.String ERR_M_MEDIUM_ENCRYPTION_NOT_INITIALIZED
           
 

Field Detail

ERR_C_BASEARCHIVEPATH

static final int ERR_C_BASEARCHIVEPATH
See Also:
Constant Field Values

ERR_C_BASETARGETPATH

static final int ERR_C_BASETARGETPATH
See Also:
Constant Field Values

ERR_C_EXIST

static final int ERR_C_EXIST
See Also:
Constant Field Values

ERR_C_MEDIUM_ENCRYPTION_NOT_INITIALIZED

static final int ERR_C_MEDIUM_ENCRYPTION_NOT_INITIALIZED
See Also:
Constant Field Values

ERR_C_INCLUSION

static final int ERR_C_INCLUSION
See Also:
Constant Field Values

ERR_M_BASEARCHIVEPATH

static final java.lang.String ERR_M_BASEARCHIVEPATH
See Also:
Constant Field Values

ERR_M_BASETARGETPATH

static final java.lang.String ERR_M_BASETARGETPATH
See Also:
Constant Field Values

ERR_M_EXIST

static final java.lang.String ERR_M_EXIST
See Also:
Constant Field Values

ERR_M_MEDIUM_ENCRYPTION_NOT_INITIALIZED

static final java.lang.String ERR_M_MEDIUM_ENCRYPTION_NOT_INITIALIZED
See Also:
Constant Field Values

ERR_M_INCLUSION

static final java.lang.String ERR_M_INCLUSION
See Also:
Constant Field Values

ERR_ALL_OK

static final java.lang.String ERR_ALL_OK
See Also:
Constant Field Values