Ruyi SDK
Namespaces
Ruyi.SDK.Online
RuyiNetHttpStatus Class
RuyiNetHttpStatus Fields
ACCEPTED Field
ALREADY_REPORTED Field
BAD_GATEWAY Field
BAD_REQUEST Field
CLIENT_CLOSED_REQUEST Field
CONFLICT Field
CONNECTION_CLOSED_WITHOUT_RESPONSE Field
CONTINUE Field
CREATED Field
EXPECTATION_FAILED Field
FAILED_DEPENDENCY Field
FORBIDDEN Field
FOUND Field
GATEWAY_TIMEOUT Field
GONE Field
HTTP_VERSION_NOT_SUPPORTED Field
IM_A_TEAPOT Field
IM_USED Field
INSUFFICIENT_STORAGE Field
INTERNAL_SERVER_ERROR Field
LENGTH_REQUIRED Field
LOCKED Field
LOOP_DETECTED Field
METHOD_NOT_ALLOWED Field
MISDIRECTED_REQUEST Field
MOVED_PERMANENTLY Field
MULTI_STATUS Field
MULTIPLE_CHOICES Field
NETWORK_AUTHENTICATION_REQUIRED Field
NETWORK_CONNECT_TIMEOUT_ERROR Field
NO_CONTENT Field
NON_AUTHORITATIVE_INFORMATION Field
NOT_ACCEPTABLE Field
NOT_EXTENDED Field
NOT_FOUND Field
NOT_IMPLEMENTED Field
NOT_MODIFIED Field
OK Field
PARTIAL_CONTENT Field
PAYLOAD_TOO_LARGE Field
PAYMENT_REQUIRED Field
PERMANENT_REDIRECT Field
PRECONDITION_FAILED Field
PRECONDITION_REQUIRED Field
PROCESSING Field
PROXY_AUTHENTICATION_REQUIRED Field
REQUEST_HEADER_FIELDS_TOO_LARGE Field
REQUEST_TIMEOUT Field
REQUEST_URI_TOO_LONG Field
REQUESTED_RANGE_NOT_SATISFIABLE Field
RESET_CONTENT Field
SEE_OTHER Field
SERVICE_UNAVAILABLE Field
SWITCHING_PROTOCOLS Field
TEMPORARY_REDIRECT Field
TOO_MANY_REQUESTS Field
UNAUTHORIZED Field
UNAVAILABLE_FOR_LEGAL_REASONS Field
UNPROCESSABLE_ENTITY Field
UNSUPPORTED_MEDIA_TYPE Field
UPGRADE_REQUIRED Field
USE_PROXY Field
VARIANT_ALSO_NEGOTIATES Field
Click or drag to resizeClick or drag to resize

RuyiNetHttpStatusNOT_FOUND Field

[This is preliminary documentation and is subject to change.]

The server can not find requested resource. In the browser, this means the URL is not recognized. In an API, this can also mean that the endpoint is valid but the resource itself does not exist. Servers may also send this response instead of 403 to hide the existence of a resource from an unauthorized client. This response code is probably the most famous one due to its frequent occurence on the web.

Namespace:  Ruyi.SDK.Online
Assembly:  SDK.RuyiSDKAsync (in SDK.RuyiSDKAsync.dll) Version: 0.9.3.3995
Syntax
C#
Copy
public const int NOT_FOUND = 404

Field Value

Type: Int32
See Also

Reference

RuyiNetHttpStatus Class
Ruyi.SDK.Online Namespace

Copyright ©Zhongshan Subor Advanced Technology Co., Ltd. 2017-2018, All right reserved

Send comments on this topic to dev-support@playruyi.com