Class: Mongo::Error::InvalidNonce
| Relationships & Source Files | |
| Super Chains via Extension / Inclusion / Inheritance | |
|
Class Chain:
self,
Error
|
|
|
Instance Chain:
self,
Error
|
|
| Inherits: |
Error
|
| Defined in: | lib/mongo/error/invalid_nonce.rb |
Overview
This exception is raised when the server nonce returned does not start with the client nonce sent to it.
Class Method Summary
-
.new(nonce, rnonce) ⇒ InvalidNonce
constructor
Instantiate the new exception.
Instance Attribute Summary
- #nonce ⇒ String readonly
- #rnonce ⇒ String readonly
Constructor Details
.new(nonce, rnonce) ⇒ InvalidNonce
Instantiate the new exception.
Instance Attribute Details
#nonce ⇒ String (readonly)
# File 'lib/mongo/error/invalid_nonce.rb', line 25
attr_reader :nonce
#rnonce ⇒ String (readonly)
# File 'lib/mongo/error/invalid_nonce.rb', line 28
attr_reader :rnonce