DocuSign CSharp Docs
Public Member Functions | Properties | List of all members
DocuSign.eSign.Model.ErrorDetails Class Reference

This object describes errors that occur. It is only valid for responses, and ignored in requests. More...

Inheritance diagram for DocuSign.eSign.Model.ErrorDetails:

Public Member Functions

 ErrorDetails (string ErrorCode=default(string), string Message=default(string))
 Initializes a new instance of the ErrorDetails class. More...
 
override string ToString ()
 Returns the string presentation of the object More...
 
string ToJson ()
 Returns the JSON string presentation of the object More...
 
override bool Equals (object obj)
 Returns true if objects are equal More...
 
bool Equals (ErrorDetails other)
 Returns true if ErrorDetails instances are equal More...
 
override int GetHashCode ()
 Gets the hash code More...
 
IEnumerable< ValidationResult > Validate (ValidationContext validationContext)
 

Properties

string ErrorCode [get, set]
 An error code associated with the error. More...
 
string Message [get, set]
 A short error message. More...
 

Detailed Description

This object describes errors that occur. It is only valid for responses, and ignored in requests.

Constructor & Destructor Documentation

◆ ErrorDetails()

DocuSign.eSign.Model.ErrorDetails.ErrorDetails ( string  ErrorCode = default(string),
string  Message = default(string) 
)
inline

Initializes a new instance of the ErrorDetails class.

Parameters
ErrorCodeAn error code associated with the error..
MessageA short error message..

Member Function Documentation

◆ Equals() [1/2]

override bool DocuSign.eSign.Model.ErrorDetails.Equals ( object  obj)
inline

Returns true if objects are equal

Parameters
objObject to be compared
Returns
Boolean

◆ Equals() [2/2]

bool DocuSign.eSign.Model.ErrorDetails.Equals ( ErrorDetails  other)
inline

Returns true if ErrorDetails instances are equal

Parameters
otherInstance of ErrorDetails to be compared
Returns
Boolean

◆ GetHashCode()

override int DocuSign.eSign.Model.ErrorDetails.GetHashCode ( )
inline

Gets the hash code

Returns
Hash code

◆ ToJson()

string DocuSign.eSign.Model.ErrorDetails.ToJson ( )
inline

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

override string DocuSign.eSign.Model.ErrorDetails.ToString ( )
inline

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ ErrorCode

string DocuSign.eSign.Model.ErrorDetails.ErrorCode
getset

An error code associated with the error.

An error code associated with the error.

◆ Message

string DocuSign.eSign.Model.ErrorDetails.Message
getset

A short error message.

A short error message.


The documentation for this class was generated from the following file: