-
-
Notifications
You must be signed in to change notification settings - Fork 27
Improve error handling #255
Copy link
Copy link
Open
Labels
enhancementNew feature or requestNew feature or requestsimpleGood for Junior/Mid developersGood for Junior/Mid developers
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestsimpleGood for Junior/Mid developersGood for Junior/Mid developers
Is your feature request related to a problem? Please describe.
When a query is executed and the user doesn't have an access to a field, the following error is thrown:
No such column 'FieldName__c' on entity 'Account'. If you are attempting to use a custom field, be sure to append the '__c' after the custom field name.. Catch it, and improve the error message to be clearer.