Response.getSignatureInvalidOffset constructor

Response.getSignatureInvalidOffset(
  1. Request request
)

Initialize a newly created instance to represent the GET_SIGNATURE_INVALID_OFFSET error condition.

Implementation

Response.getSignatureInvalidOffset(Request request)
    : this(request.id,
          error: RequestError(RequestErrorCode.GET_SIGNATURE_INVALID_OFFSET,
              'Error during `analysis.getSignature`: invalid offset.'));