For the complete documentation index, see llms.txt. This page is also available as Markdown.

Error

Documentation for the Error wrapper class used to capture and structure error information from Lightning Web Components.

Wrapper class for error information.

Properties:

@AuraEnabled public String message    // Error message
@AuraEnabled public String stack      // Error stack trace
@AuraEnabled public String type       // Error type

Last updated