| 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 public const int NOT_FOUND = 404
Field Value
Type:
Int32See Also