public class FailEndStateImpl extends BaseState implements FailEndState
| Constructor and Description |
|---|
FailEndStateImpl() |
| Modifier and Type | Method and Description |
|---|---|
String |
getErrorCode()
error code
|
String |
getMessage()
error message
|
void |
setErrorCode(String errorCode) |
void |
setMessage(String message) |
getComment, getExtensions, getName, getNext, getStateMachine, getType, setComment, setExtensions, setName, setNext, setStateMachine, setTypeclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetComment, getExtensions, getName, getNext, getStateMachine, getTypepublic String getErrorCode()
FailEndStategetErrorCode in interface FailEndStatepublic void setErrorCode(String errorCode)
public String getMessage()
FailEndStategetMessage in interface FailEndStatepublic void setMessage(String message)
Copyright © 2023 Seata. All rights reserved.