Interface GetMetadataRefreshErrorsResponse

interface GetMetadataRefreshErrorsResponse {
    cursor: string;
    remaining: number;
    result: MetadataRefreshErrors[];
}

Hierarchy

  • GetMetadataRefreshErrorsResponse
    • GetMetadataRefreshErrorsResponse

Properties

cursor: string

Generated cursor returned by previous query

GetMetadataRefreshErrorsResponse

remaining: number

Remaining results flag. 1: there are remaining results matching this query, 0: no remaining results

GetMetadataRefreshErrorsResponse

result: MetadataRefreshErrors[]

Metadata refresh errors matching query parameters

GetMetadataRefreshErrorsResponse