Class ErrorCodeDocument
java.lang.Object
com.iohao.net.framework.core.doc.ErrorCodeDocument
Documentation model for a single error code entry, carrying the enum constant name,
numeric value, and human-readable description.
- Author:
- 渔民小镇
- date:
- 2024-06-26
-
Field Summary
FieldsModifier and TypeFieldDescriptionError Code - DescriptionError Code - Variable nameintError Code - Value -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
name
Error Code - Variable name -
value
public int valueError Code - Value -
description
Error Code - Description
-
-
Constructor Details
-
ErrorCodeDocument
public ErrorCodeDocument()
-
-
Method Details
-
getName
Error Code - Variable name -
getValue
public int getValue()Error Code - Value -
getDescription
Error Code - Description -
toString
-