public sealed class CheckError : IMessage<CheckError>, IEquatable<CheckError>, IDeepCloneable<CheckError>, IBufferMessage, IMessage
Defines the errors to be returned in
[google.api.servicecontrol.v1.CheckResponse.check_errors][google.api.servicecontrol.v1.CheckResponse.check_errors].
[[["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."],[[["The latest version available for `Google.Cloud.ServiceControl.V1.CheckError` is 2.4.0, while version 1.4.0 is the version being documented on this page, along with other previous versions."],["`CheckError` defines the errors that can be returned within `CheckResponse.check_errors` in the Google API Service Control."],["This class inherits from `Object` and implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["`CheckError` has properties such as `Code`, `Detail`, `Status`, and `Subject` to provide specifics about the error, including an error code, a free-form text detailing the error, status information, and a subject to which the error applies."],["There are two constructors available for creating `CheckError` objects: a parameterless constructor, and one that takes another `CheckError` instance as an argument."]]],[]]