ErrorSourcePointer returns the data field name that is creating the error. e.g.: "OwnerID" for a type Asset struct { OwnerID int }
()
| 114 | // OwnerID int |
| 115 | // } |
| 116 | ErrorSourcePointer() string |
| 117 | } |
| 118 | |
| 119 | func (e Error) Error() string { |
no outgoing calls
no test coverage detected