Uses of Enum Class
com.github.nishgpt.chainexecutor.exceptions.ErrorCode
Packages that use ErrorCode
-
Uses of ErrorCode in com.github.nishgpt.chainexecutor.exceptions
Methods in com.github.nishgpt.chainexecutor.exceptions that return ErrorCodeModifier and TypeMethodDescriptionstatic ErrorCodeReturns the enum constant of this class with the specified name.static ErrorCode[]ErrorCode.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.github.nishgpt.chainexecutor.exceptions with parameters of type ErrorCodeConstructors in com.github.nishgpt.chainexecutor.exceptions with parameters of type ErrorCodeModifierConstructorDescriptionChainExecutorException(ErrorCode errorCode, String message, Throwable cause)