Click or drag to resize

RESTConnectorError Class

Class to encapsulate an error returned from a server request.
Inheritance Hierarchy
SystemObject
  IBM.Watson.DeveloperCloud.ConnectionRESTConnectorError

Namespace:  IBM.Watson.DeveloperCloud.Connection
Assembly:  unity-documentation (in unity-documentation.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public class Error

The RESTConnectorError type exposes the following members.

Constructors
  NameDescription
Public methodRESTConnectorError
Initializes a new instance of the RESTConnectorError class
Top
Properties
  NameDescription
Public propertyErrorCode
The error code returned from the server.
Public propertyErrorMessage
The error message returned from the server.
Public propertyResponse
The contents of the response from the server.
Public propertyResponseHeaders
Dictionary of headers returned by the request.
Public propertyURL
The url that generated the error.
Top
Methods
See Also