Integration App React - v2.21.0
    Preparing search index...

    Interface ErrorDataFields

    interface ErrorDataFields {
        type?: ErrorType;
        key?: string;
        message: string;
        data?: any;
        doc?: ErrorDoc;
        stack?: any;
        causedByError?: ErrorData;
        logs?: any[];
    }

    Hierarchy (View Summary)

    Implemented by

    Index

    Properties

    type?: ErrorType
    key?: string
    message: string
    data?: any
    doc?: ErrorDoc
    stack?: any
    causedByError?: ErrorData
    logs?: any[]