Type Alias Reason

type Reason = {
    exportErrors?: ExportErrors;
    outputId?: string;
    traceId?: string;
}
Index

Properties

exportErrors?: ExportErrors

Errors occured during report generation.

outputId?: string
traceId?: string