@contio/partner-sdk - v1.7.1
    Preparing search index...

    Interface ManifestValidationError

    A single validation error or warning from manifest analysis.

    interface ManifestValidationError {
        code: string;
        message: string;
        path: string;
    }
    Index

    Properties

    Properties

    code: string
    message: string
    path: string