class Vault::MissingRequiredStateError
Public Class Methods
Source
# 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
Calls superclass method