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 of the `CheckError` class is 2.4.0, with a historical range of versions available from 1.0.0 to 2.4.0."],["`CheckError` is designed to define errors returned in `CheckResponse.check_errors` within the `Google.Cloud.ServiceControl.V1` namespace."],["This class inherits from `Object` and implements several interfaces, including `IMessage\u003cCheckError\u003e`, `IEquatable\u003cCheckError\u003e`, `IDeepCloneable\u003cCheckError\u003e`, `IBufferMessage`, and `IMessage`."],["`CheckError` instances can be constructed with a default constructor or by copying an existing `CheckError` instance."],["Key properties of the `CheckError` class include `Code`, `Detail`, `Status`, and `Subject`, which provide detailed information about the error."]]],[]]