as2-disposition
Extracts the disposition header value from the MDN returned by the /as2/send function. The header value will be returned as originally received, unless transmission failed, in which case a synthetic failure notification is returned. Example of disposition value:
automatic-action/MDN-sent-automatically; processed/error: decryption-failed
Signature
as2-disposition(result:AS2 MDN) -> string |
Parameters
Name | Type | Description |
---|---|---|
result | AS2 MDN | A value of type AS2 MDN. |