Exception: Vault::MissingRequiredStateError

Inherits:
VaultError
  • Object
show all
Defined in:
lib/vault/errors.rb

Instance Method Summary collapse

Constructor Details

#initializeMissingRequiredStateError

Returns a new instance of MissingRequiredStateError.



26
27
28
29
30
31
32
33
34
# File 'lib/vault/errors.rb', line 26

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