Versions in this module Expand all Collapse all v1 v1.21.0 Aug 17, 2026 v1.20.0 Aug 16, 2026 Changes in this version + var ErrBinaryOutputWithOutputType = errors.New("an output type cannot be combined with a binary output content type") + var ErrBodylessMethodContentType = errors.New("the content type is not supported for a method that takes no body") + var ErrNonStringDictKey = errors.New("dict keys must be strings") + var ErrOddDictArguments = errors.New("dict expects an even number of arguments") + var ErrOptionalBinaryOutput = errors.New("an optional output is not supported for a binary output content type") + var ErrUnsupportedOutputContentType = errors.New("the output content type is not supported")