Interface ErrorTracker


  • public interface ErrorTracker
    Defining interface for tracking of exceptions received as result of external communication, both inbound and outbound.
    Since:
    4.0.2
    Author:
    erlend
    • Method Detail

      • track

        String track​(Direction direction,
                     Exception e,
                     boolean handled)
        Method called where errors are gathered.
        Parameters:
        direction - Direction of transmission where error occurred.
        e - The exception triggered.
        handled - Whether Oxalis were able to gracefully handle the exception using own relevant exception handling.
        Returns:
        Identifier uniquely identifying the error in the error handling system or logging.
        Since:
        4.0.2