CardknoxResponseErrorCode Property |
Contains error code 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 ErrorCode { get; }
Public ReadOnly Property ErrorCode As String
Get
public:
property String^ ErrorCode {
String^ get ();
}
member ErrorCode : string with get
Property Value
Type:
StringSee Also