ErrorSourceParameter returns the query parameter name that is creating the error. e.g.: "page" for a http://host/users/?page=2
()
| 102 | // |
| 103 | // e.g.: "page" for a http://host/users/?page=2 |
| 104 | ErrorSourceParameter() string |
| 105 | } |
| 106 | |
| 107 | // ErrorSourcePointer allows for a user to document the field that is creating the error. |
no outgoing calls
no test coverage detected