Class Status
Represents the response status of the search
Constructors
Status()
Declaration
public Status()
Properties
Errors
List of validation errors
Declaration
public List<ResponseError> Errors { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<ResponseError> |
IsSuccessful
True if the search was successful
Declaration
public bool IsSuccessful { get; }
Property Value
Type | Description |
---|---|
System.Boolean |