The response schema for the getFeatures operation.

Export

GetFeaturesResponse

interface GetFeaturesResponse {
    errors?: Error[];
    payload?: GetFeaturesResult;
}

Properties

Properties

errors?: Error[]

A list of error responses returned when a request is unsuccessful.

Memberof

GetFeaturesResponse

Memberof

GetFeaturesResponse