Package com.docusign.esign.model
Class ErrorDetails
- java.lang.Object
-
- com.docusign.esign.model.ErrorDetails
-
- All Implemented Interfaces:
Serializable
public class ErrorDetails extends Object implements Serializable
This object describes errors that occur. It is only valid for responses, and ignored in requests..- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ErrorDetails()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)Compares objects.ErrorDetailserrorCode(String errorCode)errorCode.StringgetErrorCode()An error code associated with the error..StringgetMessage()A short error message..inthashCode()Returns the HashCode.ErrorDetailsmessage(String message)message.voidsetErrorCode(String errorCode)setErrorCode.voidsetMessage(String message)setMessage.StringtoString()Converts the given object to string.
-
-
-
Method Detail
-
errorCode
public ErrorDetails errorCode(String errorCode)
errorCode.- Returns:
- ErrorDetails
-
getErrorCode
public String getErrorCode()
An error code associated with the error..- Returns:
- errorCode
-
setErrorCode
public void setErrorCode(String errorCode)
setErrorCode.
-
message
public ErrorDetails message(String message)
message.- Returns:
- ErrorDetails
-
getMessage
public String getMessage()
A short error message..- Returns:
- message
-
setMessage
public void setMessage(String message)
setMessage.
-
equals
public boolean equals(Object o)
Compares objects.
-
-