My Project
|
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< Error > | GetEnumerator () |
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... | |
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.
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.