From be66adf3ad7861a7a80562d6a848613c7bf895b6 Mon Sep 17 00:00:00 2001 From: Chris Earle Date: Thu, 5 Dec 2024 12:51:28 -0700 Subject: [PATCH] `AUTO_OPS_FAILED_ERROR` -> `AUTO_OPS_REQUEST_FAILED_PREFIX` --- x-pack/plugins/data_usage/server/services/autoops_api.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x-pack/plugins/data_usage/server/services/autoops_api.ts b/x-pack/plugins/data_usage/server/services/autoops_api.ts index 7f6dd5a025a77..8f371d3004def 100644 --- a/x-pack/plugins/data_usage/server/services/autoops_api.ts +++ b/x-pack/plugins/data_usage/server/services/autoops_api.ts @@ -146,7 +146,7 @@ export class AutoOpsAPIService { }, } ); - throw new AutoOpsError(withRequestIdMessage(AUTO_OPS_FAILED_ERROR)); + throw new AutoOpsError(withRequestIdMessage(AUTO_OPS_REQUEST_FAILED_PREFIX)); } else if (error.request) { // The request was made but no response was received this.logger.error(