/n software 3-D Secure V2 C++ Edition

Questions / Feedback?

ErrorPacket Property

The error packet.

Syntax

ANSI (Cross Platform)
char* GetErrorPacket();

Unicode (Windows)
LPWSTR GetErrorPacket();
@property (nonatomic,readonly,assign,getter=errorPacket) NSString* errorPacket;
- (NSString*)errorPacket;
#define PID_SERVER_ERRORPACKET 49

IPWORKS3DS_EXTERNAL void* IPWORKS3DS_CALL IPWorks3DS_Server_Get(void *lpObj, int propid, int arridx, int *lpcbVal, int64 *lpllVal);

Default Value

""

Remarks

If an error is encountered while parsing a received packet using the CheckResponse method, this field will be populated with an error packet to be sent back to the server.

If the message being parsed is an error, this field will be populated with the received error packet itself.

This property is read-only.

Data Type

String

Copyright (c) 2022 /n software inc. - All rights reserved.
/n software 3-D Secure V2 C++ Edition - Version 2.2 [Build 8318]