GET_SIGNATURE_UNKNOWN_FUNCTION constant

RequestErrorCode const GET_SIGNATURE_UNKNOWN_FUNCTION

An "analysis.getSignature" request specified an offset that could not be matched to a function call.

Implementation

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