WindowsDevicePortalWrapper  0.9.0.0
A client library that wraps the Windows Device Portal REST APIs.
Properties | List of all members
Microsoft.Tools.WindowsDevicePortal.DevicePortalException.HttpErrorResponse Class Reference

Object containing additional error information from an HTTP response. More...

Properties

int ErrorCode [get]
 Gets the ErrorCode More...
 
int Code [get]
 Gets the Code (used by some endpoints instead of ErrorCode). More...
 
string ErrorMessage [get]
 Gets the ErrorMessage More...
 
string Reason [get]
 Gets the Reason (used by some endpoints instead of ErrorMessage). More...
 
bool Success [get]
 Gets a value indicating whether the operation succeeded. For an error this should generally be false if present. More...
 

Detailed Description

Object containing additional error information from an HTTP response.

Property Documentation

int Microsoft.Tools.WindowsDevicePortal.DevicePortalException.HttpErrorResponse.Code
get

Gets the Code (used by some endpoints instead of ErrorCode).

int Microsoft.Tools.WindowsDevicePortal.DevicePortalException.HttpErrorResponse.ErrorCode
get

Gets the ErrorCode

string Microsoft.Tools.WindowsDevicePortal.DevicePortalException.HttpErrorResponse.ErrorMessage
get

Gets the ErrorMessage

string Microsoft.Tools.WindowsDevicePortal.DevicePortalException.HttpErrorResponse.Reason
get

Gets the Reason (used by some endpoints instead of ErrorMessage).

bool Microsoft.Tools.WindowsDevicePortal.DevicePortalException.HttpErrorResponse.Success
get

Gets a value indicating whether the operation succeeded. For an error this should generally be false if present.


The documentation for this class was generated from the following file: