INVALID_OVERLAY_CHANGE constant

RequestErrorCode const INVALID_OVERLAY_CHANGE

An "analysis.updateContent" request contained a ChangeContentOverlay object that can't be applied. This can happen for two reasons:

  • there was no preceding AddContentOverlay and hence no content to which the edits could be applied, or
  • one or more of the specified edits have an offset or length that is out of range.

Implementation

static const RequestErrorCode INVALID_OVERLAY_CHANGE =
    RequestErrorCode._('INVALID_OVERLAY_CHANGE');