Package ch.ivyteam.ivy.bpm.error
Class BpmError.AttributeNames
- java.lang.Object
-
- ch.ivyteam.ivy.bpm.error.BpmError.AttributeNames
-
- Enclosing class:
- BpmError
public static class BpmError.AttributeNames extends Object
Defines names of attributes that are available on errors with certain error codes- See Also:
BpmError.getAttribute(String)
,BpmError.getAttributeNames()
- API:
- This is a public API.
-
-
Field Summary
Fields Modifier and Type Field Description static String
DATABASE_NAME
Available on errors with error codeivy:error:database
static String
EXTERNAL_SYSTEM_URL
Provides the URL that is used to call an external system Available on errors with error codes:ivy:error:database
ivy:error:webservice:exception
ivy:error:webservice:timeout
ivy:error:rest:client
static String
EXTERNAL_SYSTEM_USER_NAME
Provides the user name that is used to call an external system Available on errors with error codes:ivy:error:database
ivy:error:webservice:exception
ivy:error:webservice:timeout
ivy:error:rest:client
static String
JAVA_CLASS_NAME
Available on errors with error codes:ivy:error:program:exception
ivy:error:program:timeout
static String
REST_CLIENT_CONIFG_ID
Available on errors with error codes:ivy:error:rest:client
static String
REST_CLIENT_NAME
Available on errors with error codes:ivy:error:rest:client
static String
REST_CLIENT_REQUEST_METHOD
Available on errors with error codes:ivy:error:rest:client
static String
REST_CLIENT_RESPONSE_STATUS_CODE
Available on errors with error codes:ivy:error:rest:client
static String
WEB_SERVICE_CONFIG_ID
Available on errors with error codes:ivy:error:webservice:exception
ivy:error:webservice:timeout
The id of a web service can be found in the web service config filewebservice.wsconfig
static String
WEB_SERVICE_NAME
Available on errors with error codes:ivy:error:webservice:exception
ivy:error:webservice:timeout
-
-
-
Field Detail
-
DATABASE_NAME
public static final String DATABASE_NAME
Available on errors with error codeivy:error:database
- See Also:
- Constant Field Values
- API:
- This public API is available in IvyScript and Java. It has the visibility ADVANCED.
-
EXTERNAL_SYSTEM_URL
public static final String EXTERNAL_SYSTEM_URL
Provides the URL that is used to call an external system Available on errors with error codes:ivy:error:database
ivy:error:webservice:exception
ivy:error:webservice:timeout
ivy:error:rest:client
- See Also:
- Constant Field Values
- API:
- This public API is available in IvyScript and Java. It has the visibility ADVANCED.
-
EXTERNAL_SYSTEM_USER_NAME
public static final String EXTERNAL_SYSTEM_USER_NAME
Provides the user name that is used to call an external system Available on errors with error codes:ivy:error:database
ivy:error:webservice:exception
ivy:error:webservice:timeout
ivy:error:rest:client
- See Also:
- Constant Field Values
- API:
- This public API is available in IvyScript and Java. It has the visibility ADVANCED.
-
JAVA_CLASS_NAME
public static final String JAVA_CLASS_NAME
Available on errors with error codes:ivy:error:program:exception
ivy:error:program:timeout
- See Also:
- Constant Field Values
- API:
- This public API is available in IvyScript and Java. It has the visibility ADVANCED.
-
WEB_SERVICE_CONFIG_ID
public static final String WEB_SERVICE_CONFIG_ID
Available on errors with error codes:ivy:error:webservice:exception
ivy:error:webservice:timeout
webservice.wsconfig
- See Also:
- Constant Field Values
- API:
- This public API is available in IvyScript and Java. It has the visibility ADVANCED.
-
WEB_SERVICE_NAME
public static final String WEB_SERVICE_NAME
Available on errors with error codes:ivy:error:webservice:exception
ivy:error:webservice:timeout
- See Also:
- Constant Field Values
- API:
- This public API is available in IvyScript and Java. It has the visibility ADVANCED.
-
REST_CLIENT_CONIFG_ID
public static final String REST_CLIENT_CONIFG_ID
Available on errors with error codes:ivy:error:rest:client
- See Also:
- Constant Field Values
- API:
- This public API is available in IvyScript and Java. It has the visibility ADVANCED.
-
REST_CLIENT_NAME
public static final String REST_CLIENT_NAME
Available on errors with error codes:ivy:error:rest:client
- See Also:
- Constant Field Values
- API:
- This public API is available in IvyScript and Java. It has the visibility ADVANCED.
-
REST_CLIENT_RESPONSE_STATUS_CODE
public static final String REST_CLIENT_RESPONSE_STATUS_CODE
Available on errors with error codes:ivy:error:rest:client
- See Also:
- Constant Field Values
- API:
- This public API is available in IvyScript and Java. It has the visibility ADVANCED.
-
REST_CLIENT_REQUEST_METHOD
public static final String REST_CLIENT_REQUEST_METHOD
Available on errors with error codes:ivy:error:rest:client
- See Also:
- Constant Field Values
- API:
- This public API is available in IvyScript and Java. It has the visibility ADVANCED.
-
-