Package com.vidispine.generated
Class ExceptionType.PropInfo
- java.lang.Object
-
- com.vidispine.generated.ExceptionType.PropInfo
-
- Enclosing class:
- ExceptionType
public static class ExceptionType.PropInfo extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static String
CONFLICT
static String
FILE_ALREADY_EXISTS
static String
FORBIDDEN
static String
INTERNAL_SERVER
static String
INVALID_INPUT
static String
LICENSE_FAULT
static String
NOT_AUTHORIZED
static String
NOT_FOUND
static String
NOT_YET_IMPLEMENTED
-
Constructor Summary
Constructors Constructor Description PropInfo()
-
-
-
Field Detail
-
NOT_FOUND
public static final transient String NOT_FOUND
- See Also:
- Constant Field Values
-
INTERNAL_SERVER
public static final transient String INTERNAL_SERVER
- See Also:
- Constant Field Values
-
FORBIDDEN
public static final transient String FORBIDDEN
- See Also:
- Constant Field Values
-
NOT_YET_IMPLEMENTED
public static final transient String NOT_YET_IMPLEMENTED
- See Also:
- Constant Field Values
-
CONFLICT
public static final transient String CONFLICT
- See Also:
- Constant Field Values
-
INVALID_INPUT
public static final transient String INVALID_INPUT
- See Also:
- Constant Field Values
-
LICENSE_FAULT
public static final transient String LICENSE_FAULT
- See Also:
- Constant Field Values
-
FILE_ALREADY_EXISTS
public static final transient String FILE_ALREADY_EXISTS
- See Also:
- Constant Field Values
-
NOT_AUTHORIZED
public static final transient String NOT_AUTHORIZED
- See Also:
- Constant Field Values
-
-