Export

ListCatalogItemsResponse

interface ListCatalogItemsResponse {
    errors?: Error[];
    payload?: ListMatchingItemsResponse;
}

Properties

Properties

errors?: Error[]

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

Memberof

ListCatalogItemsResponse

Memberof

ListCatalogItemsResponse