public enum FrameworkErrorCode extends Enum<FrameworkErrorCode>
| 枚举常量和说明 |
|---|
AsynchronousStartDisabled
Asynchronous start disabled
|
ChannelIsNotWritable
Channel is not writable framework error code.
|
ChannelNotWritable
Channel not writable framework error code.
|
CompensationStateNotFound
CompensationState not found
|
ContextVariableReplayFailed
Context variable replay failed
|
EvaluationReturnsNonBoolean
Evaluation returns non-Boolean
|
EvaluationReturnsNull
Evaluation returns null
|
ExceptionCaught
Exception caught framework error code.
|
getChannelError
Get channel error framework error code.
|
InitSeataClientError
The Init services client error.
|
InvalidConfiguration
Invalid configuration framework error code.
|
InvalidParameter
Context variable replay failed
|
MethodInvokeError
method invoke error
|
MethodNotPublic
method not public
|
NetConnect
0101 ~ 0199 Network related error.
|
NetDisconnect
The Net disconnect.
|
NetDispatch
The Net dispatch.
|
NetOnMessage
The Net on message.
|
NetRegAppname
The Net reg appname.
|
NoAvailableService
No available service framework error code.
|
NoMatchedStatus
No matched status
|
NoSuchMethod
No such method
|
NotExceptionClass
Not a exception class
|
NullRuleError
The Null rule error.
|
ObjectNotExists
Object not exists
|
OperationDenied
Operation denied
|
ParameterRequired
Parameter required
|
ProcessHandlerNotFound
Process handler not found
|
ProcessRouterNotFound
Process router not found
|
ProcessTypeNotFound
Process type not found
|
RegisterRM
Register rm framework error code.
|
SendHalfMessageFailed
Send half message failed framework error code.
|
StateMachineExecutionTimeout
State machine execution timeout
|
StateMachineInstanceNotExists
State machine instance not exists
|
StateMachineNoChoiceMatched
State machine execution no choice matched
|
ThreadPoolFull
0001 ~ 0099 Configuration related errors
|
TransactionManagerError
Invoke transaction manager error
|
UnknownAppError
Undefined error
|
VariablesAssignError
Variables assign error
|
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getErrCode() |
String |
getErrDispose() |
String |
getErrMessage() |
String |
toString() |
static FrameworkErrorCode |
valueOf(String name)
返回带有指定名称的该类型的枚举常量。
|
static FrameworkErrorCode[] |
values()
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|
public static final FrameworkErrorCode ThreadPoolFull
public static final FrameworkErrorCode InitSeataClientError
public static final FrameworkErrorCode NullRuleError
public static final FrameworkErrorCode NetConnect
public static final FrameworkErrorCode NetRegAppname
public static final FrameworkErrorCode NetDisconnect
public static final FrameworkErrorCode NetDispatch
public static final FrameworkErrorCode NetOnMessage
public static final FrameworkErrorCode getChannelError
public static final FrameworkErrorCode ChannelNotWritable
public static final FrameworkErrorCode SendHalfMessageFailed
public static final FrameworkErrorCode ChannelIsNotWritable
public static final FrameworkErrorCode NoAvailableService
public static final FrameworkErrorCode InvalidConfiguration
public static final FrameworkErrorCode ExceptionCaught
public static final FrameworkErrorCode RegisterRM
public static final FrameworkErrorCode ProcessTypeNotFound
public static final FrameworkErrorCode ProcessHandlerNotFound
public static final FrameworkErrorCode ProcessRouterNotFound
public static final FrameworkErrorCode MethodNotPublic
public static final FrameworkErrorCode MethodInvokeError
public static final FrameworkErrorCode CompensationStateNotFound
public static final FrameworkErrorCode EvaluationReturnsNull
public static final FrameworkErrorCode EvaluationReturnsNonBoolean
public static final FrameworkErrorCode NotExceptionClass
public static final FrameworkErrorCode NoSuchMethod
public static final FrameworkErrorCode ObjectNotExists
public static final FrameworkErrorCode ParameterRequired
public static final FrameworkErrorCode VariablesAssignError
public static final FrameworkErrorCode NoMatchedStatus
public static final FrameworkErrorCode AsynchronousStartDisabled
public static final FrameworkErrorCode OperationDenied
public static final FrameworkErrorCode ContextVariableReplayFailed
public static final FrameworkErrorCode InvalidParameter
public static final FrameworkErrorCode TransactionManagerError
public static final FrameworkErrorCode StateMachineInstanceNotExists
public static final FrameworkErrorCode StateMachineExecutionTimeout
public static final FrameworkErrorCode StateMachineNoChoiceMatched
public static final FrameworkErrorCode UnknownAppError
public static FrameworkErrorCode[] values()
for (FrameworkErrorCode c : FrameworkErrorCode.values()) System.out.println(c);
public static FrameworkErrorCode valueOf(String name)
name - 要返回的枚举常量的名称。IllegalArgumentException - 如果该枚举类型没有带有指定名称的常量NullPointerException - 如果参数为空值public String getErrCode()
public String getErrMessage()
public String getErrDispose()
public String toString()
toString 在类中 Enum<FrameworkErrorCode>Copyright © 2020 Seata. All rights reserved.