Error Module#

SPDX-FileCopyrightText: 2024 DESY and the Constellation authors SPDX-License-Identifier: EUPL-1.2

This module provides error handling decorators and exceptions.

core.error.debug_log(func: Callable[[...], Any]) Callable[[...], Any]#

Add debug messages to methods calls inside a Satellite.

core.error.handle_error(func: Callable[[...], Any]) Callable[[...], Any]#

Catch and handle exceptions in method calls inside a Satellite.