/n software 3-D Secure V2 Python Edition

Questions / Feedback?

error_packet Property

The error packet.

Syntax

def get_error_packet() -> str: ...

error_packet = property(get_error_packet, None)

Default Value

""

Remarks

If an error is encountered while parsing a received packet using the check_response 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.

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