isStatusCodeSuccess

isStatusCodeSuccess(statusCode: Integer): Boolean typeMethod;

The isStatusCodeSuccess type method of the JadeHTTPConnection class returns true if the HTTP connection status code is in the range of successful responses specified by the Minimum_Successful_StatusCode and Maximum_Successful_StatusCode class constants; otherwise it returns false. (For details about HTTP connection status codes, see https://developer.mozilla.org/en-US/docs/Web/HTTP/Status.)

2020.0.01 and higher