Package com.flower.docs.domain.exception
Enum TechnicalErrorCode
- java.lang.Object
-
- java.lang.Enum<TechnicalErrorCode>
-
- com.flower.docs.domain.exception.TechnicalErrorCode
-
- All Implemented Interfaces:
java.io.Serializable
,java.lang.Comparable<TechnicalErrorCode>
public enum TechnicalErrorCode extends java.lang.Enum<TechnicalErrorCode>
-
-
Enum Constant Summary
Enum Constants Enum Constant Description T00000
Generic technical errorT00001
Generic technical error displayed at GUI layerT00007
No ES node is availableT00008
* Transaction cannot be authorizedT00012
Object cannot be marshaled into String through JAXBT00013
String cannot be unmarshaled into Object through JAXBT00101
Components cannot be storedT00102
Components cannot be updatedT00103
Components cannot be fetchedT00104
Components cannot be foundT00105
Components cannot be deletedT00106
Components search exceed count limitT00107
Version conflict during updateT00108
Components already exist with same idsT00201
Component classes cannot be storedT00202
Component classes cannot be updatedT00203
Component classes cannot be gotT00205
Component classes cannot be removedT00206
Component classes cannot be foundT00301
Workflows cannot be storedT00302
Workflows cannot be gotT00303
All workflows cannot be gotT00304
Workflows cannot be updatedT00305
The workflows cannot be deletedT00501
Baskets cannot be addedT00503
All baskets cannot be gotT00602
Scope cannot be gotT00604
Scope cannot be updatedT00605
Scope cannot be deletedT00701
File cannot be storedT00702
Document files cannot be fetchedT00703
Document files cannot be deletedT00704
InputStream
cannot be extracted from DocumentFileT00705
No temporary file can be stored for uploaded children fileT00707
Temporary file does not existT00708
File integrity violationT00709
File cannot be indexedT00801
Tag classes cannot be storedT00803
Tag classes cannot be gotT00804
All tag classes cannot be gotT00805
Tag classes cannot be updatedT00806
Tag classes cannot be deletedT00851
Tag categories cannot be storedT00853
Tag categories cannot be gotT00854
All tag categories cannot be gotT00855
Tag categories cannot be updatedT00856
Tag categories cannot be deletedT01001
ACL cannot be storedT01002
ACL cannot be gotT01003
ACL cannot be updatedT01005
ACL cannot be removedT01006
All ACLs cannot be gotT01007
User could not be gotT01008
User could not be createdT01009
User could not be modifiedT01010
Could not found usersT01012
Could not found user DNT01013
Identity attribute could not be mappedT01014
Token cannot be parsed due to invalid keyT01015
Token is expiredT01016
Password does not match LDAP domain password strategyT01017
LDAP action could not be performed within non-secure connectionT01018
The user already existsT01019
The group already existsT01020
Group could not be gotT01021
Group could not be createdT01022
Group could not be modifiedT01023
Could not found usersT01024
Could not delete userT01025
Could not delete groupT01101
Non parsable dateT01102
UnaffectedT01103
Failed to download result searchT01301
Delegation cannot be storedT01302
Delegation cannot be updatedT01303
Delegation cannot be gotT01304
Delegation cannot be removedT01401
Labels from internal cannot be fetchedT01501
Content cannot be fetched for a search : idT01502
Content cannot be fetched for category with idT01503
Folder does not exist or is empty, its content cannot be exportedT01504
Could not convert file of document as PDFT01601
Job identifier is invalidT01602
Result of job cannot be getT01603
No job can be found for jobIdT01789
Deprecated.T01801
Could not index document content for file of documentT01802
Could not de-index document content for file of documentT01803
Could not get document content for file of documentT01901
Could not extract document content for file of document.T01902
Could not extract document content for file of document.T01903
Could not extract document content for file of documentT02001
Could not create data masking for documentT02002
Annotation document id= have no contentT02003
Could not convert document content as annotation for documentT02004
Could not transform annotation for document=, annotation=T02005
Could not serialize XFDF for annotation=T10102
Part of components cannot be updated
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static java.lang.Integer
getHttpErrorCode(java.lang.String code)
int
httpCode()
static TechnicalErrorCode
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static TechnicalErrorCode[]
values()
Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
T00000
public static final TechnicalErrorCode T00000
Generic technical error
-
T00001
public static final TechnicalErrorCode T00001
Generic technical error displayed at GUI layer
-
T01789
@Deprecated public static final TechnicalErrorCode T01789
Deprecated.Do not use !
-
T00007
public static final TechnicalErrorCode T00007
No ES node is available
-
T00008
public static final TechnicalErrorCode T00008
* Transaction cannot be authorized
-
T00012
public static final TechnicalErrorCode T00012
Object cannot be marshaled into String through JAXB
-
T00013
public static final TechnicalErrorCode T00013
String cannot be unmarshaled into Object through JAXB
-
T00101
public static final TechnicalErrorCode T00101
Components cannot be stored
-
T00102
public static final TechnicalErrorCode T00102
Components cannot be updated
-
T10102
public static final TechnicalErrorCode T10102
Part of components cannot be updated
-
T00103
public static final TechnicalErrorCode T00103
Components cannot be fetched
-
T00104
public static final TechnicalErrorCode T00104
Components cannot be found
-
T00105
public static final TechnicalErrorCode T00105
Components cannot be deleted
-
T00106
public static final TechnicalErrorCode T00106
Components search exceed count limit
-
T00107
public static final TechnicalErrorCode T00107
Version conflict during update
-
T00108
public static final TechnicalErrorCode T00108
Components already exist with same ids
-
T00201
public static final TechnicalErrorCode T00201
Component classes cannot be stored
-
T00202
public static final TechnicalErrorCode T00202
Component classes cannot be updated
-
T00203
public static final TechnicalErrorCode T00203
Component classes cannot be got
-
T00205
public static final TechnicalErrorCode T00205
Component classes cannot be removed
-
T00206
public static final TechnicalErrorCode T00206
Component classes cannot be found
-
T00301
public static final TechnicalErrorCode T00301
Workflows cannot be stored
-
T00302
public static final TechnicalErrorCode T00302
Workflows cannot be got
-
T00303
public static final TechnicalErrorCode T00303
All workflows cannot be got
-
T00304
public static final TechnicalErrorCode T00304
Workflows cannot be updated
-
T00305
public static final TechnicalErrorCode T00305
The workflows cannot be deleted
-
T00501
public static final TechnicalErrorCode T00501
Baskets cannot be added
-
T00503
public static final TechnicalErrorCode T00503
All baskets cannot be got
-
T00602
public static final TechnicalErrorCode T00602
Scope cannot be got
-
T00604
public static final TechnicalErrorCode T00604
Scope cannot be updated
-
T00605
public static final TechnicalErrorCode T00605
Scope cannot be deleted
-
T00701
public static final TechnicalErrorCode T00701
File cannot be stored
-
T00702
public static final TechnicalErrorCode T00702
Document files cannot be fetched
-
T00703
public static final TechnicalErrorCode T00703
Document files cannot be deleted
-
T00704
public static final TechnicalErrorCode T00704
InputStream
cannot be extracted from DocumentFile
-
T00705
public static final TechnicalErrorCode T00705
No temporary file can be stored for uploaded children file
-
T00707
public static final TechnicalErrorCode T00707
Temporary file does not exist
-
T00708
public static final TechnicalErrorCode T00708
File integrity violation
-
T00709
public static final TechnicalErrorCode T00709
File cannot be indexed
-
T00801
public static final TechnicalErrorCode T00801
Tag classes cannot be stored
-
T00803
public static final TechnicalErrorCode T00803
Tag classes cannot be got
-
T00804
public static final TechnicalErrorCode T00804
All tag classes cannot be got
-
T00805
public static final TechnicalErrorCode T00805
Tag classes cannot be updated
-
T00806
public static final TechnicalErrorCode T00806
Tag classes cannot be deleted
-
T00851
public static final TechnicalErrorCode T00851
Tag categories cannot be stored
-
T00853
public static final TechnicalErrorCode T00853
Tag categories cannot be got
-
T00854
public static final TechnicalErrorCode T00854
All tag categories cannot be got
-
T00855
public static final TechnicalErrorCode T00855
Tag categories cannot be updated
-
T00856
public static final TechnicalErrorCode T00856
Tag categories cannot be deleted
-
T01001
public static final TechnicalErrorCode T01001
ACL cannot be stored
-
T01002
public static final TechnicalErrorCode T01002
ACL cannot be got
-
T01003
public static final TechnicalErrorCode T01003
ACL cannot be updated
-
T01005
public static final TechnicalErrorCode T01005
ACL cannot be removed
-
T01006
public static final TechnicalErrorCode T01006
All ACLs cannot be got
-
T01007
public static final TechnicalErrorCode T01007
User could not be got
-
T01008
public static final TechnicalErrorCode T01008
User could not be created
-
T01009
public static final TechnicalErrorCode T01009
User could not be modified
-
T01010
public static final TechnicalErrorCode T01010
Could not found users
-
T01012
public static final TechnicalErrorCode T01012
Could not found user DN
-
T01013
public static final TechnicalErrorCode T01013
Identity attribute could not be mapped
-
T01014
public static final TechnicalErrorCode T01014
Token cannot be parsed due to invalid key
-
T01015
public static final TechnicalErrorCode T01015
Token is expired
-
T01016
public static final TechnicalErrorCode T01016
Password does not match LDAP domain password strategy
-
T01017
public static final TechnicalErrorCode T01017
LDAP action could not be performed within non-secure connection
-
T01018
public static final TechnicalErrorCode T01018
The user already exists
-
T01019
public static final TechnicalErrorCode T01019
The group already exists
-
T01020
public static final TechnicalErrorCode T01020
Group could not be got
-
T01021
public static final TechnicalErrorCode T01021
Group could not be created
-
T01022
public static final TechnicalErrorCode T01022
Group could not be modified
-
T01023
public static final TechnicalErrorCode T01023
Could not found users
-
T01024
public static final TechnicalErrorCode T01024
Could not delete user
-
T01025
public static final TechnicalErrorCode T01025
Could not delete group
-
T01101
public static final TechnicalErrorCode T01101
Non parsable date
-
T01102
public static final TechnicalErrorCode T01102
Unaffected
-
T01103
public static final TechnicalErrorCode T01103
Failed to download result search
-
T01301
public static final TechnicalErrorCode T01301
Delegation cannot be stored
-
T01302
public static final TechnicalErrorCode T01302
Delegation cannot be updated
-
T01303
public static final TechnicalErrorCode T01303
Delegation cannot be got
-
T01304
public static final TechnicalErrorCode T01304
Delegation cannot be removed
-
T01401
public static final TechnicalErrorCode T01401
Labels from internal cannot be fetched
-
T01501
public static final TechnicalErrorCode T01501
Content cannot be fetched for a search : id
-
T01502
public static final TechnicalErrorCode T01502
Content cannot be fetched for category with id
-
T01503
public static final TechnicalErrorCode T01503
Folder does not exist or is empty, its content cannot be exported
-
T01504
public static final TechnicalErrorCode T01504
Could not convert file of document as PDF
-
T01601
public static final TechnicalErrorCode T01601
Job identifier is invalid
-
T01602
public static final TechnicalErrorCode T01602
Result of job cannot be get
-
T01603
public static final TechnicalErrorCode T01603
No job can be found for jobId
-
T01801
public static final TechnicalErrorCode T01801
Could not index document content for file of document
-
T01802
public static final TechnicalErrorCode T01802
Could not de-index document content for file of document
-
T01803
public static final TechnicalErrorCode T01803
Could not get document content for file of document
-
T01901
public static final TechnicalErrorCode T01901
Could not extract document content for file of document. Mime type is not supported
-
T01902
public static final TechnicalErrorCode T01902
Could not extract document content for file of document. Cannot fetch page informations for Layout
-
T01903
public static final TechnicalErrorCode T01903
Could not extract document content for file of document
-
T02001
public static final TechnicalErrorCode T02001
Could not create data masking for document
-
T02002
public static final TechnicalErrorCode T02002
Annotation document id= have no content
-
T02003
public static final TechnicalErrorCode T02003
Could not convert document content as annotation for document
-
T02004
public static final TechnicalErrorCode T02004
Could not transform annotation for document=, annotation=
-
T02005
public static final TechnicalErrorCode T02005
Could not serialize XFDF for annotation=
-
-
Method Detail
-
values
public static TechnicalErrorCode[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:for (TechnicalErrorCode c : TechnicalErrorCode.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static TechnicalErrorCode valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is null
-
httpCode
public int httpCode()
-
getHttpErrorCode
public static java.lang.Integer getHttpErrorCode(java.lang.String code)
-
-