# Functions
IntoEnums generates the errors definitions, excluding the package statement.
IntoEnumsFromMessage generates the errors definitions, excluding the package statement.
No description provided by the author
No description provided by the author
# Constants
annotation const value.
annotation const value.
annotation const value.
annotation const value.
# Structs
Enum 枚举 NOTE:
如果 MessageName 为空, 表明枚举独立, 枚举类型为 ${{Name}}, 枚举值为 ${{Name}}_${{Value}} 如果 MessageName 为不为空, 表明枚举嵌套在message里, 枚举类型为 ${{MessageName}}_{{Name}}, 枚举值为 ${{MessageName}}_${{Value}}.
EnumValue 枚举的枚举项.
No description provided by the author
No description provided by the author