Contains a list of exceptions that occurred during an operation.
EXPORT ExceptionListLayout := RECORD STRING source; DATASET(ExceptionLayout) exceptions; END;
| source | Source component that generated the exceptions |
| exceptions | Dataset of ExceptionLayout records containing detailed exception information |