Versions in this module Expand all Collapse all v1 v1.0.1 Apr 11, 2025 Changes in this version + var ErrFieldNameTagStartNotUpperCase = errors.New("copier field name tag must be start upper case") + var ErrFieldNotSettable = errors.New("cannot set value to field") + var ErrInvalidCopyDestination = errors.New("copy destination must be non-nil and addressable") + var ErrInvalidCopyFrom = errors.New("copy from must be non-nil and addressable") + var ErrInvalidStructType = errors.New("provided value is not a struct or pointer to struct") + var ErrMapKeyNotMatch = errors.New("map's key type doesn't match") + var ErrMismatchedStructTypes = errors.New("structs must be of the same type") + var ErrNotPointerToStruct = errors.New("input must be a pointer to a struct") + var ErrNotSupported = errors.New("not supported") + var ErrUnsupportedKind = errors.New("unsupported reflect.Kind encountered")