Cmdlets for Confluence

Build 25.0.9545

IgnoreErrorsOnPagination Parameter (Connect-Confluence Cmdlet)

Specifies which server errors the provider should ignore when paging through Data Center tables that use client-side pagination.

Syntax

Connect-Confluence -IgnoreErrorsOnPagination string

Data Type

cstr

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 本製品 stops the query if any page returns a server error.

When set to *, the 本製品 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, 本製品 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.

Copyright (c) 2026 CData Software, Inc. - All rights reserved.
Build 25.0.9545