summaryrefslogtreecommitdiff
path: root/app/serializers/cluster_error_entity.rb
diff options
context:
space:
mode:
Diffstat (limited to 'app/serializers/cluster_error_entity.rb')
-rw-r--r--app/serializers/cluster_error_entity.rb7
1 files changed, 0 insertions, 7 deletions
diff --git a/app/serializers/cluster_error_entity.rb b/app/serializers/cluster_error_entity.rb
deleted file mode 100644
index c749537cb94..00000000000
--- a/app/serializers/cluster_error_entity.rb
+++ /dev/null
@@ -1,7 +0,0 @@
-# frozen_string_literal: true
-
-class ClusterErrorEntity < Grape::Entity
- expose :connection_error
- expose :metrics_connection_error
- expose :node_connection_error
-end