Skip to main content
Skip table of contents

getResponseMessage

Versionshinweise

20.1

Code

CODE
String message = TransportUtils.getResponseMessage(TransportResponse response)

Beschreibung

Liefert die Nachricht aus einem Transportergebnis.

Parameter

  • response – Das Ergebnisobjekt.

Rückgabe
Die Nachricht des Ergebnisses.

Beispiele

CODE
TransportResponse response = TransportUtils.exportPackage("MY_PACKAGENAME", "d:\\mypath\\");
String message = TransportUtils.getResponseMessage(response);
JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.