REFACTORING_REQUEST_CANCELLED constant

RequestErrorCode const REFACTORING_REQUEST_CANCELLED

Another refactoring request was received during processing of this one.

Implementation

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