Networking_Proxy_TestResult
The Proxy.TestResult structure contains information about the test operation done on a proxy server.
{
"status": "string",
"message": {
"id": "string",
"default_message": "string",
"args": [
"string"
],
"localized": "string"
}
}
Proxy.ServerStatus enumerated type defines the status of the server associated with the test run.
SERVER_REACHABLE : Server is reachable.
SERVER_UNREACHABLE : Server is unreachable.
The LocalizableMessage structure represents localizable string and message template. Services include one or more localizable message templates in the errors they report so that clients can display diagnostic messages in the native language of the user. Services can include localizable strings in the data returned from operations to allow clients to display localized status information in the native language of the user.