My Project
 All Classes Namespaces Files Functions Variables Typedefs Properties Pages
Orbipay.PaymentsApi.Client.Client.ApiException Class Reference

More...

Inheritance diagram for Orbipay.PaymentsApi.Client.Client.ApiException:

Public Member Functions

 ApiException ()
 Initializes a new instance of the ApiException class. More...
 
 ApiException (int errorCode, string message)
 Initializes a new instance of the ApiException class. More...
 
 ApiException (int errorCode, string message, dynamic errorContent=null)
 Initializes a new instance of the ApiException class. More...
 
 ApiException (int errorCode, string message, dynamic errorContent=null, IDictionary< String, String > headers=null, bool isTimedOut=false)
 

Properties

int ErrorCode [get, set]
 Gets or sets the error code (HTTP status code) More...
 
dynamic ErrorContent [get, set]
 Gets or sets the error content (body json object) More...
 
IDictionary< string, string > Headers [get, set]
 Gets or sets the headers content More...
 
bool IsTimedOut [get, set]
 Gets or sets if request timedout More...
 

Detailed Description

This class subject to change without prior notice, Please dont use this class directly.

Constructor & Destructor Documentation

Orbipay.PaymentsApi.Client.Client.ApiException.ApiException ( )

Initializes a new instance of the ApiException class.

Orbipay.PaymentsApi.Client.Client.ApiException.ApiException ( int  errorCode,
string  message 
)

Initializes a new instance of the ApiException class.

Parameters
errorCodeHTTP status code.
messageError message.
Orbipay.PaymentsApi.Client.Client.ApiException.ApiException ( int  errorCode,
string  message,
dynamic  errorContent = null 
)

Initializes a new instance of the ApiException class.

Parameters
errorCodeHTTP status code.
messageError message.
errorContentError content.
Orbipay.PaymentsApi.Client.Client.ApiException.ApiException ( int  errorCode,
string  message,
dynamic  errorContent = null,
IDictionary< String, String >  headers = null,
bool  isTimedOut = false 
)

Property Documentation

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: