Pharos Triton
  • 🔱About Pharos Triton
  • 🏁Installing Pharos Triton
  • Apex Logging Basics
  • Common Apex Usage Patters
    • Batch Logging
    • Integration Logs
    • Apex Rest Logging
    • Full Control with TritonBuilder
  • Beyond Apex
    • LWC
    • 🔄LWC Transaction Management
    • ⚡LWC and Apex
    • 💾Platform Cache for Transactions
    • Flows
    • 〰️LWC, Apex and Flows
  • 📖Methods Reference
    • 📔Apex
      • Triton
      • TritonBuilder
      • TritonTypes
      • TritonLwc
        • ComponentLog
        • Component
        • Error
        • RuntimeInfo
      • TritonFlow
        • FlowLog
      • TritonHelper
        • PostProcessingControlsBuilder
      • LogBuilder
    • LWC
      • Triton
      • TritonBuilder
      • TritonUtils
  • Help and Support
Powered by GitBook
On this page
  1. Methods Reference
  2. Apex
  3. TritonLwc

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
PreviousComponentNextRuntimeInfo

Last updated 2 months ago

📖
📔