Closed duncanhall closed 9 years ago
When a parameter validation fails, the error message simply describes a generic value parameter:
ValidationError: value is required ValidationError: value must be a number
ValidationError: value is required
ValidationError: value must be a number
..etc..
It would be helpful to give the option for describing which parameter was being validated:
ValidationError: id is required ValidationError: price must be a number
ValidationError: id is required
ValidationError: price must be a number
When a parameter validation fails, the error message simply describes a generic value parameter:
ValidationError: value is required
ValidationError: value must be a number
..etc..
It would be helpful to give the option for describing which parameter was being validated:
ValidationError: id is required
ValidationError: price must be a number
..etc..