Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type JSONUnmarshalError ¶ added in v1.51.0
type JSONUnmarshalError struct {
// contains filtered or unexported fields
}
func NewJSONUnmarshalError ¶
func NewJSONUnmarshalError(data []byte, err error) *JSONUnmarshalError
func (*JSONUnmarshalError) Error ¶ added in v1.51.0
func (e *JSONUnmarshalError) Error() string
func (*JSONUnmarshalError) Pretty ¶ added in v1.51.0
func (e *JSONUnmarshalError) Pretty() string
Click to show internal directories.
Click to hide internal directories.