CardknoxResponseError Property |
Contains error message if the transaction failed.
Status will have the value of
Error and
Result will be
E
Namespace:
CardknoxApi
Assembly:
Cardknox (in Cardknox.dll) Version: 4.5
Syntax public string Error { get; }
Public ReadOnly Property Error As String
Get
public:
property String^ Error {
String^ get ();
}
member Error : string with get
Property Value
Type:
StringSee Also