Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Context

Info
title

Disclaimer

This page is a proposal to the community, not an approved directive

...

here are the information that this error message should contain:

  • Error code - Unique code

  • Context (e.g: Claim submission,) - translated in resource file

  • Error Type message (e.g: not authorized, ) - translated in resource file


Rule

Possible naming convention for the error codes:

...

Here the example with the message M_PASSWORDERROR

  • Error code - 0x01010201-401

  • Context - web application access

  • Error Type message - authentication is required and has failed

Details:
Vendor: 01 (Exact)
Module: 01 (core)
Context: 0201 (webapp access)
ErrType: 401 - authentication is required and has failed

...