Uneventful
    Preparing search index...

    Error indicating a rule has attempted to write a value it indirectly depends on, or which has already been read by another rule in the current batch. (Also thrown when a cached function attempts to write a value at all, directly or indirectly.)

    Hierarchy

    • Error
      • WriteConflict
    Index

    Constructors

    • Parameters

      • Optionalmessage: string

      Returns WriteConflict

    Properties

    message: string
    name: string
    prepareStackTrace?: (err: Error, stackTraces: CallSite[]) => any

    Optional override for formatting stack traces

    stack?: string
    stackTraceLimit: number

    Methods

    • Create .stack property on a target object

      Parameters

      • targetObject: object
      • OptionalconstructorOpt: Function

      Returns void