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."],[[["This page details the `CheckError` class, which is used to define errors returned in `CheckResponse.check_errors` within the Google Cloud Service Control V1 API."],["The `CheckError` class includes properties such as `Code`, `Detail`, `Status`, and `Subject`, which provide information about the specific error encountered."],["The latest version of `CheckError` is 2.4.0, with a full list of previous releases available, spanning from version 1.0.0 to the most recent version."],["`CheckError` implements multiple interfaces including `IMessage\u003cCheckError\u003e`, `IEquatable\u003cCheckError\u003e`, `IDeepCloneable\u003cCheckError\u003e`, `IBufferMessage`, and `IMessage`."],["`CheckError` has 2 constructors available, one default and one that accepts another `CheckError` as a parameter."]]],[]]