github.com/aws/smithy-go/document.InvalidUnmarshalError.Type (field)

5 uses

	encoding/json
		decode.go#L156: 	Type reflect.Type
		decode.go#L160: 	if e.Type == nil {
		decode.go#L164: 	if e.Type.Kind() != reflect.Pointer {
		decode.go#L165: 		return "json: Unmarshal(non-pointer " + e.Type.String() + ")"
		decode.go#L167: 	return "json: Unmarshal(nil " + e.Type.String() + ")"