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 

THROWS ERRORS

FAILED:
if options could not be retrieved

RETURNS

the current options as a JSON string