API Exception
More...
◆ ApiException() [1/3]
| DocuSign.eSign.Client.ApiException.ApiException |
( |
| ) |
|
|
inline |
◆ ApiException() [2/3]
| DocuSign.eSign.Client.ApiException.ApiException |
( |
int |
errorCode, |
|
|
string |
message |
|
) |
| |
|
inline |
Initializes a new instance of the ApiException class.
- Parameters
-
| errorCode | HTTP status code. |
| message | Error message. |
◆ ApiException() [3/3]
| DocuSign.eSign.Client.ApiException.ApiException |
( |
int |
errorCode, |
|
|
string |
message, |
|
|
dynamic |
errorContent = null, |
|
|
DocuSignResponse |
response = null |
|
) |
| |
|
inline |
Initializes a new instance of the ApiException class.
- Parameters
-
| errorCode | HTTP status code. |
| message | Error message. |
| errorContent | Error content. |
| response | DocuSignResponse object. |
◆ ErrorCode
| int DocuSign.eSign.Client.ApiException.ErrorCode |
|
getset |
Gets or sets the error code (HTTP status code)
The error code (HTTP status code).
◆ ErrorContent
| dynamic DocuSign.eSign.Client.ApiException.ErrorContent |
|
get |
Gets or sets the error content (body json object)
The error content (Http response body).
◆ ErrorMessage
| string DocuSign.eSign.Client.ApiException.ErrorMessage |
|
getset |
Gets or sets the error message
The error message.
◆ Headers
| IDictionary<string, string> DocuSign.eSign.Client.ApiException.Headers |
|
get |
Gets or sets the HTTP headers
HTTP headers
The documentation for this class was generated from the following file:
- sdk/src/DocuSign.eSign/Client/ApiException.cs