Specifies the error codes returned by the HttpClient class.
The HttpClient class uses the ErrorCode enumeration to specify what error has occurred when a method fails. The current error code may be determined by checking the value of the LastError property.
Note that the last error code is only meaningful if the previous operation has failed.
| Member Name | Description |
|---|---|
| errorNone | No error. |
| errorNotHandleOwner | Handle not owned by the current thread. |
| errorOutOfMemory | The specified file or directory does not exist.Out of memory. |
| errorAccessDenied | Access denied. |
| errorInvalidParameter | Invalid argument passed to function. |
| errorClipboardUnavailable | The system clipboard is currently unavailable. |
| errorClipboardEmpty | The system clipboard is empty or does not contain any text data. |
| errorInvalidBuffer | Invalid memory address passed to function. |
| errorBufferTooSmall | The specified buffer is not large enough to contain the data. |
| errorNoHandles | No more handles are available to this process. |
| errorInvalidLicense | The license for this product is invalid. |
| errorProductNotLicensed | This product is not licensed to perform this operation. |
| errorNotImplemented | This function has not been implemented on this platform. |
Namespace: SocketTools
Assembly: SocketTools.Terminal (in SocketTools.Terminal.dll)