Click or drag to resize

ErrorModel Class

The error response.
Inheritance Hierarchy
SystemObject
  IBM.Watson.DeveloperCloud.Services.TextToSpeech.v1ErrorModel

Namespace:  IBM.Watson.DeveloperCloud.Services.TextToSpeech.v1
Assembly:  unity-documentation (in unity-documentation.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public class ErrorModel

The ErrorModel type exposes the following members.

Constructors
  NameDescription
Public methodErrorModel
Initializes a new instance of the ErrorModel class
Top
Properties
  NameDescription
Public propertycode
HTTP response code.
Public propertycode_description
The response message.
Public propertyerror
Description of the problem.
Top
See Also