Exception: Mistri::AmbiguousDeliveryError
- Inherits:
-
ProviderError
- Object
- StandardError
- Error
- ProviderError
- Mistri::AmbiguousDeliveryError
- Defined in:
- lib/mistri/errors.rb
Overview
A non-replayable request has no confirmed response, so execution is unknown.
Instance Attribute Summary
Attributes inherited from ProviderError
Class Method Summary collapse
Methods inherited from ProviderError
Constructor Details
This class inherits a constructor from Mistri::ProviderError
Class Method Details
.default_message ⇒ Object
90 91 92 93 |
# File 'lib/mistri/errors.rb', line 90 def self. "connection failed before the response was confirmed; the operation may have completed; " \ "do not retry automatically; verify external state first" end |