You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
Stories
field_name2
when I mean to sendfield_name
, it should respond with a detailed message about why the request failedImplementation
code
,detail
,field
The text was updated successfully, but these errors were encountered: