INVALID_OVERLAY_CHANGE constant

RequestErrorCode const INVALID_OVERLAY_CHANGE

An "analysis.updateContent" request contained a ChangeContentOverlay object which can't be applied, due to an edit having an offset or length that is out of range.

Implementation

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