ErrorCode Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Possible error codes for response.
public enum class ErrorCode
public enum ErrorCode
type ErrorCode =
Public Enum ErrorCode
- Inheritance
-
ErrorCode
Fields
Name | Value | Description |
---|---|---|
NoError | 0 | No error occurs |
NullResponse | 1 | Null response was returned. |
RequestTimedOut | 2 | Request was cancelled by timeout. |
WebExceptionThrown | 3 | Other web exception was thrown. |