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."],[[["This webpage provides documentation for the `CheckError` class within the `Google.Cloud.ServiceControl.V1` namespace, specifically version 1.2.0 of the library."],["The `CheckError` class is used to define errors returned in `CheckResponse.check_errors` and implements multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class inherits from the `Object` class and includes properties like `Code`, `Detail`, `Status`, and `Subject` to describe the error, its details, and the entity to which the error applies."],["The documentation outlines the available constructors for `CheckError` which includes a default constructor and one that takes another `CheckError` object."],["The page also contains links to different versions of the documentation going from 1.0.0 to the latest version, 2.4.0."]]],[]]