Cerbos JavaScript SDK
    Preparing search index...

    Enumeration FileErrorCause

    The reason a file was found to be invalid.

    Index

    Enumeration members

    DUPLICATE_FILE_PATH: "DUPLICATE_FILE_PATH"

    Multiple files with the same path were provided in the request.

    FILE_TOO_LARGE: "FILE_TOO_LARGE"

    The file exceeds the maximum allowable size.

    INVALID_FILE_CONTENTS: "INVALID_FILE_CONTENTS"

    The file has invalid contents.

    INVALID_FILE_PATH: "INVALID_FILE_PATH"

    The file path is invalid.

    UNSUPPORTED_FILE_EXTENSION: "UNSUPPORTED_FILE_EXTENSION"

    The file has an unsupported extension.

    Supported extensions are .json, .yaml, and .yml.