public interface ErrorTracker
| Modifier and Type | Method and Description |
|---|---|
String |
track(Direction direction,
Exception e,
boolean handled)
Method called where errors are gathered.
|
String track(Direction direction, Exception e, boolean handled)
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.Copyright © 2021 NorStella. All rights reserved.