SecureBlackbox 2020 Python Edition

Questions / Feedback?

on_error Event

Fires to report an error condition.

Syntax

class SAMLWriterErrorEventParams(object):
  @property
  def error_code() -> int: ...
  @property
  def description() -> str: ...

# In class SAMLWriter:
@property
def on_error() -> Callable[[SAMLWriterErrorEventParams], None]: ...
@on_error.setter
def on_error(event_hook: Callable[[SAMLWriterErrorEventParams], None]) -> None: ...

Remarks

Subscribe to this event to be notified about any error conditions occurring during the component's work. ErrorCode and Description provide the details of the error.

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