public class Error extends Object
| Constructor and Description |
|---|
Error() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getErrorCode()
Gets the error code.
|
String |
getMessage()
Gets the message.
|
String |
getRefId()
Get the reference ID
|
Error |
setErrorCode(Integer errorCode)
Sets the error code.
|
Error |
setMessage(String message)
Sets the message.
|
Error |
setRefId(String refId)
Set the reference ID
|
public String getMessage()
public Error setMessage(String message)
message - the new messagepublic Integer getErrorCode()
public Error setErrorCode(Integer errorCode)
errorCode - the new error codepublic String getRefId()
Copyright © 2014–2017 Smartsheet. All rights reserved.