caprese icon indicating copy to clipboard operation
caprese copied to clipboard

Respond with error if invalid_field referenced in persistence request

Open nicklandgrebe opened this issue 7 years ago • 0 comments

Stories

  • As a developer, if I send an invalid field name like field_name2 when I mean to send field_name, it should respond with a detailed message about why the request failed

Implementation

  • Check that all fields assigned to records are valid fields, or throw an Exception with code, detail, field

nicklandgrebe avatar Jan 03 '18 00:01 nicklandgrebe