Skip to content

Commit

Permalink
AUTO_OPS_FAILED_ERROR -> AUTO_OPS_REQUEST_FAILED_PREFIX
Browse files Browse the repository at this point in the history
  • Loading branch information
pickypg authored Dec 5, 2024
1 parent cdb2084 commit be66adf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x-pack/plugins/data_usage/server/services/autoops_api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit be66adf

Please sign in to comment.