ETASCOM CRM V3 - Documentation API
    Preparing search index...

    Interface ParseError

    interface ParseError {
        code: string;
        message: string;
        segment?: string;
        line?: number;
        field?: string;
    }
    Index

    Properties

    code: string
    message: string
    segment?: string
    line?: number
    field?: string