Skip to main content

Errors list

The Errors page shows all errors captured from your connected orgs. Use the filters at the top to narrow down:
  • Date range — filter by when the error occurred
  • Org — filter by a specific connected org (shown when you have more than one)
  • Event type — Apex exception, Flow fault, etc.
  • Severity — Info, Warning, Error, Critical

Error detail

Click any error to open the detail view. You will see:
  • Error type and automation type — e.g. APEX_EXCEPTION, FLOW_FAULT
  • Class/Flow name — the source of the error
  • Error message — the full exception message
  • Stack trace — full context including org, user, batch job ID (for batch errors), and line numbers
  • Org — which Salesforce org the error came from
  • Environment — Production or Sandbox
  • Occurred at / Received at — when the error happened and when Zentien received it

Open in Salesforce

For Apex errors, the Open in Salesforce button takes you directly to the relevant record or debug context in your org. For Flow errors, the Debug in Flow Builder button opens the exact Flow version that failed — ready to debug.

Error types

TypeSource
APEX_EXCEPTIONUnhandled Apex exception (batch, scheduled, trigger, etc.)
FLOW_FAULTFlow fault path triggered
HANDLEDExplicitly logged via ErrorLogger.log()