Skip to main content
Skip table of contents

getStatus

Versionshinweise

19.1

Code

GROOVY
int RestUtils.getStatus(Response response);

Beschreibung

Liest den HTTP-Status-Code der Anfrage aus.

Parameter

  • response - Die auszuwertende Antwort.

Rückgabe

Der HTTP-Status-Code.

Beispiele

GROOVY
int status = RestUtils.getStatus(response);
JavaScript errors detected

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

If this problem persists, please contact our support.