stderr Property

Returns the standard error output (stderr) from the remote application.

Syntax

def get_stderr() -> bytes: ...

stderr = property(get_stderr, None)

Default Value

""

Remarks

The property is set to an empty string before each new request.

This property is read-only.

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