Class BpmError.AttributeNames

    • Field Summary

      Fields 
      Modifier and Type Field Description
      static String DATABASE_NAME
      Available on errors with error code ivy: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 file webservice.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 code ivy: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
        The id of a web service can be found in the web service config file 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.