Runbook Debug Error Codes

When debugging runbooksClosed An automated workflow that executes a series of steps or tasks in response to a triggered event, such as the detection of anomalous behavior generating an incident, a lifecycle event, or a manually executed runbook., error messages include exception codes that help identify the specific issue that occurred. Error messages use underlined text to indicate clickable links to related configuration pages or documentation, and bracketed text to indicate variable names or values involved in the error.

This topic lists some the exception codes you may encounter when debugging runbooks, organized by nodeClosed Individual components that make up a runbook automation, each performing a specific function such as data queries, transformations, logic, integrations, or visualizations. type.

HTTP Request Node Errors

Exception Code User-Facing Error Message
ORCHESTRATOR_HTTP_NODE_AUTHORIZATION_PROFILE_DISABLED_EXCEPTION Third party authentication profile <name_of_the_profile> is disabled. Please enable the profile on the Third Party Authentication page to authorize the HTTP request.
ORCHESTRATOR_HTTP_NODE_AUTHORIZATION_PROFILE_NOT_FOUND_EXCEPTION Received authentication profile not found from tpi service.
ORCHESTRATOR_HTTP_NODE_EDGE_DEVICE_NOT_FOUND_EXCEPTION Received edge device not found from tpi service.
ORCHESTRATOR_HTTP_NODE_EDGE_DEVICE_PUBLIC_KEY_NOT_FOUND_EXCEPTION Received device public key not found from tpi service.
ORCHESTRATOR_HTTP_NODE_THIRD_PARTY_RESPONSE_SIZE_EXCEEDS_THRESHOLD_EXCEPTION Received tpi response size too large from tpi service.
ORCHESTRATOR_HTTP_NODE_INCOMPATIBLE_PROFILE_TYPE Received incompatible profile type from tpi service.
ORCHESTRATOR_HTTP_NODE_GET_AUTHORIZATION_PROFILE_EXCEPTION Error getting authorization profile during http node.
ORCHESTRATOR_HTTP_NODE_EXCEPTION Error in http node.
ORCHESTRATOR_HTTP_NODE_INVALID_INPUT_PROPERTIES_EXCEPTION Error in http node: invalid input detected.
ORCHESTRATOR_HTTP_NODE_INVALID_TOTAL_WAIT_TIME_PROPERTY_EXCEPTION Error in http node: invalid total wait time.
ORCHESTRATOR_HTTP_NODE_THIRD_PARTY_CALL_EXCEPTION Error in http node: exception caught in third party call.
ORCHESTRATOR_HTTP_NODE_REQUEST_TIMEOUT_EXCEPTION Error in http node: timeout in receiving response from http call.
ORCHESTRATOR_HTTP_NODE_REQUEST_CONNECTIVITY_EXCEPTION Error in http node: connectivity issue.
ORCHESTRATOR_HTTP_NODE_INVALID_SERVER_CERTIFICATE_EXCEPTION Error in http node: invalid server certificate.
ORCHESTRATOR_HTTP_NODE_RESPONSE_READ_CONTENTS_EXCEPTION Error in http node: error while reading the response.
ORCHESTRATOR_HTTP_NODE_RENDER_REQUEST_VERB_TEMPLATE_EXCEPTION Error rendering request verb template.
ORCHESTRATOR_HTTP_NODE_RENDER_REQUEST_HEADER_TEMPLATE_EXCEPTION Error rendering request header template.
ORCHESTRATOR_HTTP_NODE_RENDER_REQUEST_URI_TEMPLATE_EXCEPTION Error rendering request URI template.
ORCHESTRATOR_HTTP_NODE_RENDER_REQUEST_BODY_TEMPLATE_EXCEPTION Error rendering request body template.
ORCHESTRATOR_HTTP_NODE_ENRICH_REQUEST_WITH_AUTHORIZATION_DETAILS_EXCEPTION Error enriching request with authorization details.
ORCHESTRATOR_HTTP_NODE_THIRD_PARTY_CALL_TIMEOUT_EXCEPTION Timeout in tpi call.
ORCHESTRATOR_HTTP_NODE_THIRD_PARTY_CALL_INVALID_INPUT_EXCEPTION Invalid input in tpi call.
ORCHESTRATOR_HTTP_NODE_THIRD_PARTY_CALL_INVALID_DIGITAL_SIGNATURE_EXCEPTION Invalid digital signature in tpi call.
ORCHESTRATOR_HTTP_NODE_CHECK_LONG_RUNNING_OPERATION_STATUS_FAILED_EXCEPTION Failed to check long running operation status.
ORCHESTRATOR_HTTP_NODE_THIRD_PARTY_RESPONSE_TIMEOUT_EXCEPTION Third party response timeout.
ORCHESTRATOR_HTTP_NODE_IOT_MODULE_RESPONSE_TIMEOUT_EXCEPTION IoT module response timeout.
ORCHESTRATOR_HTTP_NODE_EVALUATE_THIRD_PARTY_RESPONSE_TIMEOUT_EXCEPTION Timeout evaluating third party response.

Transform Node Errors

Exception Code User-Facing Error Message
ORCHESTRATOR_TRANSFORM_NODE_EXCEPTION Error in transform node.
ORCHESTRATOR_TRANSFORM_NODE_INVALID_TEMPLATE_EXCEPTION Error in processing the liquid template of the transform node.
ORCHESTRATOR_TRANSFORM_NODE_TRANSFORMATION_FAILED_EXCEPTION Error during rendering of the transform.
ORCHESTRATOR_TRANSFORM_NODE_TRANSFORMATION_RESULT_NOT_VALID_JSON_EXCEPTION Error when deserializing the result of the liquid template.

Set Primitive Variable Node Errors

Exception Code User-Facing Error Message
ORCHESTRATOR_VARIABLES_OVERRIDE_FAILED Error overriding incident variable.
ORCHESTRATOR_UNDEFINED_VARIABLE_ERROR Error setting a variable that is not defined.
ORCHESTRATOR_READ_ONLY_VARIABLE_ERROR Error setting variable that is read only.
ORCHESTRATOR_SET_VARIABLE_ERROR General error setting a variable.

GenAI Node Errors

Exception Code User-Facing Error Message
ORCHESTRATOR_GEN_AI_NODE_EXCEPTION Error in GenAI node.
ORCHESTRATOR_GENAI_NODE_TIMEOUT_EXCEPTION Timeout in GenAI node.

Data Query Node Errors

Exception Code User-Facing Error Message
ORCHESTRATOR_DO_NODE_EXCEPTION Exception in data ocean node.
ORCHESTRATOR_DO_NODE_TIMEOUT_EXCEPTION Timeout in data ocean node.
ORCHESTRATOR_DO_NODE_NO_FILTER_DATA_FROM_PREVIOUS_NODE_EXCEPTION In data ocean node: could not find data in parent node.
ORCHESTRATOR_DO_NODE_NO_FILTER_DATA_FROM_VARIABLE_EXCEPTION In data ocean node: could not find data in variable. Error will contain "filter", "name", and "type" attributes.