IPWorks Auth 2020 Python Edition

Questions / Feedback?

result_description Property

The descriptive text returned in the last server response (if any).

Syntax

def get_result_description() -> str: ...

result_description = property(get_result_description, None)

Default Value

""

Remarks

This property contains the descriptive text returned in the last server response (if any). This is identical to the corresponding parameter provided by the last on_result, on_search_result, or on_search_complete event.

This property is read-only.

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks Auth 2020 Python Edition - Version 20.0 [Build 8155]