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"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["The `CheckError` class, part of the `Google.Cloud.ServiceControl.V1` namespace, defines errors returned in the `CheckResponse` of the Google API Service Control."],["`CheckError` implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role in message handling and object management within the .NET environment."],["The class provides properties like `Code`, `Detail`, `Status`, and `Subject` to offer comprehensive details about the error."],["The `CheckError` class has an inheritance from the base `Object` class, and has two constructors, a default one, and another one to create a `CheckError` object from an existing `CheckError` object."],["The most recent version is 2.4.0 and previous versions 2.3.0, 2.2.0, 2.1.0, 2.0.0, 1.4.0, 1.3.0, 1.2.0, 1.1.0, 1.0.0 are available for reference."]]],[]]