public class DaprError extends Object
Constructor and Description |
---|
DaprError() |
Modifier and Type | Method and Description |
---|---|
String |
getErrorCode()
Gets the error code.
|
String |
getMessage()
Gets the error message.
|
DaprError |
setErrorCode(String errorCode)
Sets the error code.
|
DaprError |
setMessage(String message)
Sets the error message.
|
public String getErrorCode()
public DaprError setErrorCode(String errorCode)
errorCode
- Error code.public String getMessage()
Copyright © 2020. All rights reserved.