CorjErrorContext: {
    key?: keyof CorjReport | keyof CorjReportChild;
    path: string;
    prop?: string;
    stage: CorjErrorStage;
}

Type declaration

  • Optional key?: keyof CorjReport | keyof CorjReportChild

    Report field being produced, when known.

  • path: string

    JSONPath of the node being processed, $ for the root.

  • Optional prop?: string

    Property of the caught object being accessed, when known.

  • stage: CorjErrorStage