MalInt
    Preparing search index...

    Interface ConflictError

    Returned when a write conflicts with the current repository state.

    interface ConflictError {
        detail?: string;
        message: string;
        type: "conflict";
    }
    Index

    Properties

    Properties

    detail?: string
    message: string
    type: "conflict"