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 defines errors returned in `CheckResponse.check_errors` within the `Google.Cloud.ServiceControl.V1` namespace."],["This class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, supporting various functionalities."],["`CheckError` objects have properties for `Code`, `Detail`, `Status`, and `Subject`, allowing for detailed error information."],["There are multiple versions of this class, with the latest being version 2.4.0 and down to version 1.0.0, each accessible via a dedicated link."],["It can be instantiated using two constructors: one default constructor `CheckError()` and one that accepts another `CheckError` instance as a parameter."]]],[]]