Value returns the actual field's value in case needed for creating the error message
()
| 129 | // Value returns the actual field's value in case needed for creating the error |
| 130 | // message |
| 131 | Value() interface{} |
| 132 | |
| 133 | // Param returns the param value, in string form for comparison; this will also |
| 134 | // help with generating an error message |
no outgoing calls