StatusCode¶
Gets the HTTP status code of the response.
Allowed Values¶
OKMovedNotFoundForbiddenMethodNotAllowedRequestEntityTooLargeRequestUriTooLongInternalServerErrorServiceUnavailableGatewayTimeout
Type¶
( "OK" | "Moved" | "NotFound" | "Forbidden" | "MethodNotAllowed" | "RequestEntityTooLarge" | "RequestUriTooLong" | "InternalServerError" | "ServiceUnavailable" | "GatewayTimeout" )
Declaration¶
1 | |