Interface LoggerCodeConstants


public interface LoggerCodeConstants

Constants of Error Codes used in logger.

Format: [Category]-[Code], where:

  • [Category] is the category code which identifies the module.
  • [Code] is the detailed code.
  • Every blanks should be filled with positive number.

    Hint:

  • Synchronize this file across different branches. (Use merge and cherry-pick.)
  • Double-check the usage in different branches before deleting any of the error code.
  • If applicable, use error code that already appears in this file.
  • If it's required to add an error code, find an error code that's marked by 'Absent', and rename it. (so that no code is wasted)
  • Update the corresponding file in dubbo-website repository.