<<>> <> <> <> <> <<>> <> <<>> DIRECTORY Xl USING [Details]; <<>> XTkPrivate: CEDAR DEFINITIONS ~ BEGIN <<>> detailsForSynchronous: Xl.Details; <<--details to enforce synchrounous error reporting>> detailsForNoErrors: Xl.Details; <<--details which ignore all errors>> detailsForFlushNoErrors: Xl.Details; <<--details which cause a flush, and, ignore all errors>> detailsForFlushSoonNoErrors: Xl.Details; <<--details which cause a flush soon, and, ignore all errors>> END.