All error codes follow a standardized format to simplify debugging and traceability across plugins:
<XXX-NNNN>
Where:
  • XXX is a three-letter prefix that identifies the plugin (e.g., IDE for Identity, CRM for CRM).
  • NNNN is a four-digit number unique to the error.
Example: IDE-0001 – Missing required field in the Identity plugin
Make sure all custom errors follow this structure to keep things consistent across the ecosystem.