public RepeatedField<CheckError> CheckErrors { get; }
Indicate the decision of the check.
If no check errors are present, the service should process the operation.
Otherwise the service should use the list of errors to determine the
appropriate action.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003eThe latest version available for the \u003ccode\u003eCheckResponse\u003c/code\u003e class is 2.4.0, with 2.2.0 being the current version detailed on this page.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eCheckResponse\u003c/code\u003e is a class that implements multiple interfaces including \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e, and serves as the response message for the Check method in the Service Control v1 API.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eCheckResponse\u003c/code\u003e class includes properties like \u003ccode\u003eCheckErrors\u003c/code\u003e, \u003ccode\u003eCheckInfo\u003c/code\u003e, \u003ccode\u003eOperationId\u003c/code\u003e, \u003ccode\u003eServiceConfigId\u003c/code\u003e, and \u003ccode\u003eServiceRolloutId\u003c/code\u003e, providing details about the outcome of the check operation and related metadata.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eCheckResponse\u003c/code\u003e class contains a default constructor, along with a constructor used to copy the data from a separate instance of the class.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eCheckErrors\u003c/code\u003e property provides a list of \u003ccode\u003eCheckError\u003c/code\u003e instances, helping to determine the action for the service depending on if any errors are found.\u003c/p\u003e\n"]]],[],null,[]]