SecureBlackbox 2020 Python Edition

Questions / Feedback?

fault_detail Property

Contains application-specific error information.

Syntax

def get_fault_detail() -> str: ...

fault_detail = property(get_fault_detail, None)

Default Value

""

Remarks

Use this property to get the application-specific information, such as the exception that was thrown. This element can be an XML structure or plain text.

This property is read-only.

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