Exception: Mongo::Error::InvalidServerAuthHost
| Relationships & Source Files | |
| Super Chains via Extension / Inclusion / Inheritance | |
|
Class Chain:
self,
InvalidServerAuthResponse,
AuthError,
RuntimeError
|
|
|
Instance Chain:
|
|
| Inherits: |
Mongo::Error::InvalidServerAuthResponse
|
| Defined in: | lib/mongo/error/invalid_server_auth_host.rb |
Overview
Raised when the server returned an invalid Host value in AWS auth.
Instance Attribute Summary
Notable - Included
| #connection_global_id | Returns global id of the connection on which the error occurred. |
| #generation | Returns connection pool generation for the connection on which the error occurred. |
| #service_id | Returns service id for the connection on which the error occurred. |
Instance Method Summary
Notable - Included
| #add_note, | |
| #add_notes | Allows multiple notes to be added in a single call, for convenience. |
| #notes | Returns an array of strings with additional information about the exception. |
| #to_s, #notes_tail | |