package client // Options represents options for the Client. type Options struct { // ErrorHandler is the error handler. ErrorHandler ErrorHandler }