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 boolean
equals(Object o)
Compares objects.ErrorDetails
errorCode(String errorCode)
errorCode.String
getErrorCode()
An error code associated with the error..String
getMessage()
A short error message..int
hashCode()
Returns the HashCode.ErrorDetails
message(String message)
message.void
setErrorCode(String errorCode)
setErrorCode.void
setMessage(String message)
setMessage.String
toString()
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.
-
-