Cerbos JavaScript SDK
    Preparing search index...

    Interface FileError

    A validation error that occurred when attempting to add a file to a store.

    interface FileError {
        cause: FileErrorCause;
        details: string;
        file: string;
    }
    Index

    Properties

    Properties

    The reason validation failed.

    details: string

    The validation error message.

    file: string

    The path of the invalid file.