Exception: Vault::MissingRequiredStateError
- Inherits:
-
VaultError
- Object
- RuntimeError
- VaultError
- Vault::MissingRequiredStateError
- Defined in:
- lib/vault/errors.rb
Instance Method Summary collapse
-
#initialize ⇒ MissingRequiredStateError
constructor
A new instance of MissingRequiredStateError.
Constructor Details
#initialize ⇒ MissingRequiredStateError
Returns a new instance of MissingRequiredStateError.
29 30 31 32 33 34 35 36 37 |
# File 'lib/vault/errors.rb', line 29 def initialize super <<-EOH The performance standby node does not yet have the most recent index state required to authenticate the request. Generally, the request should be retried with the with_retries clause. EOH end |