duck.exceptions.error_idsΒΆ

Module for generating unique identifiers (IDs) for errors and exceptions.

Module ContentsΒΆ

FunctionsΒΆ

get_error_id

Generate a deterministic 6-digit error ID (000000-999999) based on exception details.

APIΒΆ

duck.exceptions.error_ids.get_error_id(exc_type, exc_value, exc_traceback)[source]ΒΆ

Generate a deterministic 6-digit error ID (000000-999999) based on exception details.