Table of Contents
ErrorCode Property

Returns the error code if this result has failed.

Syntax
 ErrorCode ErrorCode { get; }
Remarks

Note that when an HTTP error occurs (such as "404: not found"), this property is "OK" but HttpStatusCode holds the corresponding error code.

See Also