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.



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