get_warnings method

get_warnings

Returns a list of warning messages for the page with page_index.

Returns

A list of warning messages for the page; empty list if no warning messages for the page.

def get_warnings(self, page_index):
    ...
Parameter Type Description
page_index int The zero-based page index.

See Also