SecureBlackbox 2020 iOS Edition

Questions / Feedback?

respParamsStatusCode (property)

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

Syntax

@property (nonatomic,readonly,assign,getter=respParamsStatusCode) int respParamsStatusCode;
- (int)respParamsStatusCode;
public var respParamsStatusCode: Int32 {
  get {...}
}

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 iOS Edition - Version 20.0 [Build 8166]