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

Public Member Functions

string GetCode ()
 A string indicating error More...
 
string GetMessage ()
 A human-readable message providing more details about the error. More...
 
string GetField ()
 Refers to the field in the request, if the error is specific to it. More...
 
IEnumerator< ErrorGetEnumerator ()
 

Public Attributes

string Code
 A string indicating error More...
 
string Message
 A human-readable message providing more details about the error. More...
 
string Field
 Refers to the field in the request, if the error is specific to it. More...
 

Member Function Documentation

string Orbipay.PaymentsApi.Client.Wrappers.Error.GetCode ( )

A string indicating error

A string indicating error

IEnumerator<Error> Orbipay.PaymentsApi.Client.Wrappers.Error.GetEnumerator ( )
string Orbipay.PaymentsApi.Client.Wrappers.Error.GetField ( )

Refers to the field in the request, if the error is specific to it.

Refers to the field in the request, if the error is specific to it.

string Orbipay.PaymentsApi.Client.Wrappers.Error.GetMessage ( )

A human-readable message providing more details about the error.

A human-readable message providing more details about the error.

Member Data Documentation

string Orbipay.PaymentsApi.Client.Wrappers.Error.Code

A string indicating error

A string indicating error

string Orbipay.PaymentsApi.Client.Wrappers.Error.Field

Refers to the field in the request, if the error is specific to it.

Refers to the field in the request, if the error is specific to it.

string Orbipay.PaymentsApi.Client.Wrappers.Error.Message

A human-readable message providing more details about the error.

A human-readable message providing more details about the error.


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