Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // ErrNilObjectWrapped is returned in a constructor when the underlying object is nil. ErrNilObjectWrapped = errors.New("attempted to wrap nil object") // ErrUnsupportedField is returned when a getter/setter access is not supported. ErrUnsupportedField = errors.New("unsupported getter") )
Functions ¶
func ErrNotSupported ¶
ErrNotSupported constructs a message informing about an unsupported field access.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.