Colibrio Reader Framework API - Cloud license
    Preparing search index...

    Interface IWpManifestValidationError

    interface IWpManifestValidationError {
        message: string;
        property: keyof IWpManifestData;
    }

    Properties

    message: string

    A message describing the error.

    property: keyof IWpManifestData

    The JSON property key where the error was found. For example: "readingOrder"

    If the property is null, that means the error is not related to a specific property.