Class: ForestAdminDatasourceGraphqlHasura::TransportError

Inherits:
ForestAdminDatasourceToolkit::Exceptions::ForestException
  • Object
show all
Defined in:
lib/forest_admin_datasource_graphql_hasura.rb

Overview

An unreachable endpoint is an infrastructure incident, not a client mistake: 503 keeps HTTP monitoring truthful, while inheriting the toolkit exception still lets the error translator surface the actionable message.

Instance Method Summary collapse

Instance Method Details

#statusObject



27
28
29
# File 'lib/forest_admin_datasource_graphql_hasura.rb', line 27

def status
  503
end