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:
API:
This is a public API.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
    Available on errors with error code ivy:error:database
    static final String
    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 final String
    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 final String
    Available on errors with error codes: ivy:error:program:exception ivy:error:program:timeout
    static final String
    Available on errors with error codes: ivy:error:rest:client
    static final String
    Available on errors with error codes: ivy:error:rest:client
    static final String
    Available on errors with error codes: ivy:error:rest:client
    static final String
    Available on errors with error codes: ivy:error:rest:client
    static final String
    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 file webservice.wsconfig
    static final String
    Available on errors with error codes: ivy:error:webservice:exception ivy:error:webservice:timeout
  • Field Details

    • DATABASE_NAME

      public static final String DATABASE_NAME
      Available on errors with error code ivy:error:database
      See Also:
      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:
      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:
      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:
      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
      The id of a web service can be found in the web service config file webservice.wsconfig
      See Also:
      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:
      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:
      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:
      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:
      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:
      API:
      This public API is available in IvyScript and Java. It has the visibility ADVANCED.