IPWorks EDI 2020 Python Edition

Questions / Feedback?

cem_rejection_reason Property

If Accepted is False this property specifies the reason a request was rejected.

Syntax

def get_cem_rejection_reason(cem_index: int) -> str: ...
def set_cem_rejection_reason(cem_index: int, value: str) -> None: ...

Default Value

""

Remarks

If cem_accepted is False this property specifies the reason a request was rejected.

When using AS2Sender this may be set to a string value which the recipient will see.

When using AS2Receiver query this property for details on why the request was rejected.

The cem_index parameter specifies the index of the item in the array. The size of the array is controlled by the cem_count property.

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks EDI 2020 Python Edition - Version 20.0 [Build 8203]