Class: ForestAdminDatasourceGraphqlHasura::TransportError
- Inherits:
-
ForestAdminDatasourceToolkit::Exceptions::ForestException
- Object
- ForestAdminDatasourceToolkit::Exceptions::ForestException
- ForestAdminDatasourceGraphqlHasura::TransportError
- 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
#status ⇒ Object
27 28 29 |
# File 'lib/forest_admin_datasource_graphql_hasura.rb', line 27 def status 503 end |