troveclient.exceptions module¶
Exception definitions
- 
exception troveclient.exceptions.GuestLogNotFoundError¶
- Bases: - Exception- The specified guest log does not exist. 
- 
exception troveclient.exceptions.NoTokenLookupException¶
- Bases: - Exception- This form of authentication does not support looking up endpoints from an existing token. 
- 
exception troveclient.exceptions.ResponseFormatError¶
- Bases: - Exception- Could not parse the response format. 
