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