status Property

Status of the request is empty while in progress, 'OK' or error message upon completion.

Syntax

def get_status() -> str: ...

status = property(get_status, None)

Default Value

""

Remarks

This property is reset each time the resolve method is called. When a response comes from the dns_server this property is set to "OK" in case of success or to an error message as described in the on_response event.

This property is read-only.

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