SecureBlackbox 2020 Python Edition

Questions / Feedback?

fault_code Property

Specifies the error code.

Syntax

def get_fault_code() -> str: ...

fault_code = property(get_fault_code, None)

Default Value

""

Remarks

Use this property to get the standard code that provides more information about the fault. A set of code values is predefined by the SOAP specification. This set of fault code values can be extended by the application.

This property is read-only.

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