MVFv3 API Documentation
    Preparing search index...

    Interface CreateMVFParserBaseError

    interface CreateMVFParserBaseError {
        kind: CreateMVFParserErrorKind;
        message: string;
        schema: TSchema;
    }
    Index

    Properties

    Properties

    message: string
    schema: TSchema