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