Standard HTTP Request status code
Member of HTTP Response (PRIM_WEB.HttpResponse)
Data Type - Integer
The StatusCode property is the numeric status code attached to an XMLHTTPRequest response. A list of status codes can be found here
Enum Value | Description |
---|---|
200 | OK. Standard response for successful HTTP requests |
403 | Fobidden. The request was a valid request, but the server is refusing to respond to it |
404 | Not Found. The requested resource could not be found but may be available again in the future |
408 | Request Timeout. The server timed out waiting for the request |
Febuary 18 V14SP2