Type Alias Reason

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

Properties

exportErrors?: ExportErrors

Errors occured during report generation.

outputId?: string

The output identifier which uniquely identifies an output (PDF, image etc.) within the same request.

traceId?: string