IgnoreErrorsOnPagination
Specifies which server errors the provider should ignore when paging through Data Center tables that use client-side pagination.
Data Type
string
Default Value
"None"
Remarks
This property applies only to Data Center tables that implement client-side paging. Some pages may return server errors, such as HTTP 5xx responses, during retrieval.
When set to None, the connector stops the query if any page returns a server error.
When set to *, the connector ignores all HTTP server error status codes during pagination and continues fetching remaining pages.
When set to a comma-separated list of HTTP status codes, connector ignores only the specified errors and skips pages that return those codes.
This property is useful when you want to retrieve all available pages even if some pages fail due to transient server errors.