GET_SIGNATURE_INVALID_OFFSET constant

RequestErrorCode const GET_SIGNATURE_INVALID_OFFSET

An "analysis.getSignature" request specified an offset which is not a valid location within for the contents of the file specified FilePath.

Implementation

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