Skip to content

[Enhancement] Categorise Debugger Errors #6320

@Nikhil-Nandagopal

Description

@Nikhil-Nandagopal

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 debuggerEnhancementNew feature or requestIDE PodIssues that new developers face while exploring the IDEJavascript ProductIssues related to users writing javascript in appsmithVerifiedWhen issue is retested post its fixed

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions