Uses of Enum Class
com.iohao.net.framework.core.exception.ActionErrorEnum
Packages that use ActionErrorEnum
Package
Description
Provides framework-level exception handling, assertion integration, and unified error processing
abstractions for business request execution.
-
Uses of ActionErrorEnum in com.iohao.net.framework.core.exception
Subclasses with type arguments of type ActionErrorEnum in com.iohao.net.framework.core.exceptionModifier and TypeClassDescriptionenumBuilt-in error codes used by the framework's action processing pipeline.Methods in com.iohao.net.framework.core.exception that return ActionErrorEnumModifier and TypeMethodDescriptionstatic ActionErrorEnumReturns the enum constant of this class with the specified name.static ActionErrorEnum[]ActionErrorEnum.values()Returns an array containing the constants of this enum class, in the order they are declared.