Exception: Rx::RxGatewayTimeout

Inherits:
Common::Exceptions::BaseError show all
Defined in:
lib/rx/rx_gateway_timeout.rb

Instance Method Summary collapse

Methods inherited from Common::Exceptions::BaseError

#i18n_data, #i18n_field, #i18n_interpolated, #i18n_key, #log_to_sentry?, #message, #sentry_type, #status_code

Instance Method Details

#errorsObject



7
8
9
# File 'lib/rx/rx_gateway_timeout.rb', line 7

def errors
  Array(Common::Exceptions::SerializableError.new(i18n_data))
end