-
Notifications
You must be signed in to change notification settings - Fork 4.4k
Closed
Labels
Debugger ProductIssues related to the debuggerIssues related to the debuggerEnhancementNew feature or requestNew feature or requestIDE PodIssues that new developers face while exploring the IDEIssues that new developers face while exploring the IDEJavascript ProductIssues related to users writing javascript in appsmithIssues related to users writing javascript in appsmithVerifiedWhen issue is retested post its fixedWhen issue is retested post its fixed
Description
Description
Errors in the debugger today are of many kinds but unfortunately are all logged together with a common CTA that does not add much value.
Types of Errors
- Validation error: These errors occur when there is a mismatch of data types in a field. These errors are appsmith controlled, few in nature, and should trigger the omnibar search.
- JS & Lint Errors: These errors are generated by the browser and not appsmith specific. These errors should lead users to Google to search for the error.
- Plugin execution Errors: These errors occur during action execution and can be due to the following reasons
- Incorrect Datasource Configuration: This error is due to incorrect data source configuration and should trigger an intercom message with the error
- User action config Errors: This error is due to an incorrect configuration in the query and should search the omnibar for the solution.
Errors that do not fall into these buckets should trigger intercom
Metadata
Metadata
Labels
Debugger ProductIssues related to the debuggerIssues related to the debuggerEnhancementNew feature or requestNew feature or requestIDE PodIssues that new developers face while exploring the IDEIssues that new developers face while exploring the IDEJavascript ProductIssues related to users writing javascript in appsmithIssues related to users writing javascript in appsmithVerifiedWhen issue is retested post its fixedWhen issue is retested post its fixed