Class ResponseError
Represents an error that occurred during product search
Constructors
ResponseError()
Declaration
public ResponseError()
Properties
Code
Error code
Declaration
public string Code { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Message
Error message
Declaration
public string Message { get; set; }
Property Value
Type | Description |
---|---|
System.String |