SecureBlackbox 2020 Python Edition

Questions / Feedback?

resp_params_status_code Property

The server-generated status code of the request processing status.

Syntax

def get_resp_params_status_code() -> int: ...

resp_params_status_code = property(get_resp_params_status_code, None)

Default Value

0

Remarks

The server-generated status code of the request processing status.

The code is a 3-digit integer where the first digit defines the class of the response:

1Informational
2Success
3Redirection
4Client Error
5Server Error

Common examples are 200 (page served succesfully), 404 (page not found), 302 (redirect), and 500 (internal server error).

This property is read-only.

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