Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
func (*Client) SendSingle ¶ added in v1.5.0
func (*Client) SetRateLimiter ¶
type FailedRequest ¶ added in v1.5.0
type FailedRequest struct {
// contains filtered or unexported fields
}
func (*FailedRequest) Error ¶ added in v1.5.0
func (r *FailedRequest) Error() string
type ResponseError ¶
type ResponseError struct {
Error *ApiError `json:"error"`
}
func (*ResponseError) HasErrorCode ¶ added in v1.5.0
func (r *ResponseError) HasErrorCode(value string) bool
func (*ResponseError) HasResponse ¶ added in v1.5.0
func (r *ResponseError) HasResponse(value string) bool
func (*ResponseError) HasRetryErrorCode ¶ added in v1.5.0
func (r *ResponseError) HasRetryErrorCode() bool
Click to show internal directories.
Click to hide internal directories.