class Vault::MissingRequiredStateError

Public Class Methods

new() click to toggle source
Calls superclass method
# 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