More...
This class subject to change without prior notice, Please dont use this class directly.
Orbipay.PaymentsApi.Client.Client.ApiException.ApiException |
( |
| ) |
|
Orbipay.PaymentsApi.Client.Client.ApiException.ApiException |
( |
int |
errorCode, |
|
|
string |
message |
|
) |
| |
Initializes a new instance of the ApiException class.
- Parameters
-
errorCode | HTTP status code. |
message | Error message. |
Orbipay.PaymentsApi.Client.Client.ApiException.ApiException |
( |
int |
errorCode, |
|
|
string |
message, |
|
|
dynamic |
errorContent = null |
|
) |
| |
Initializes a new instance of the ApiException class.
- Parameters
-
errorCode | HTTP status code. |
message | Error message. |
errorContent | Error content. |
Orbipay.PaymentsApi.Client.Client.ApiException.ApiException |
( |
int |
errorCode, |
|
|
string |
message, |
|
|
dynamic |
errorContent = null , |
|
|
IDictionary< String, String > |
headers = null , |
|
|
bool |
isTimedOut = false |
|
) |
| |
int Orbipay.PaymentsApi.Client.Client.ApiException.ErrorCode |
|
getset |
Gets or sets the error code (HTTP status code)
The error code (HTTP status code).
dynamic Orbipay.PaymentsApi.Client.Client.ApiException.ErrorContent |
|
getset |
Gets or sets the error content (body json object)
The error content (Http response body).
IDictionary<string, string> Orbipay.PaymentsApi.Client.Client.ApiException.Headers |
|
getset |
Gets or sets the headers content
The headers content (Http response headers).
bool Orbipay.PaymentsApi.Client.Client.ApiException.IsTimedOut |
|
getset |
Gets or sets if request timedout
boolean value which states whether request timedout.
The documentation for this class was generated from the following file: