Enum UpstreamServerErrorCode
The UpstreamServerErrorCode enumeration contains errors than an upstream server can return with a SOAP reply.
Namespace: Microsoft.PackageGraph.MicrosoftUpdate.Source
Assembly: package-graph-microsoftupdate-source.dll
Syntax
public enum UpstreamServerErrorCode
Fields
| Name | Description |
|---|---|
| IncompatibleProtocolVersion | The protocol version is not compatible with the server |
| InternalServerError | Internal server error |
| InvalidAuthorizationCookie | The authorization cookie was invalid |
| InvalidParameters | The parametes sent to the server are invalid |
| Unknown | Unknown other errors |