Connection.getOptions()
DESCRIPTION
Get current representation of connection options.
This is generally the same set of options as updateOptions()
takes, except that the private key is not exposed.
DECLARATION
public func getOptions() throws -> String
PARAMETERS
None.
ERRORS
Throws the following errors:
FAILED:
- if options could not be retrieved
RETURN VALUES
the current options as a JSON string
EXAMPLES
None.