invalidOverlayChangeInvalidEdit static method
Return a request error representing an error condition caused by a
request
that had an invalid edit object.
Implementation
static RequestError invalidOverlayChangeInvalidEdit() => RequestError(
RequestErrorCode.INVALID_OVERLAY_CHANGE,
'Invalid overlay change: invalid edit');