public sealed class CheckError : IMessage<CheckError>, IEquatable<CheckError>, IDeepCloneable<CheckError>, IBufferMessage, IMessage
Reference documentation and code samples for the Service Control v1 API class CheckError.
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 Service Control v1 API, detailing its structure and functionality."],["The `CheckError` class is part of the `Google.Cloud.ServiceControl.V1` namespace and is defined in the `Google.Cloud.ServiceControl.V1.dll` assembly."],["The latest version of this API class is 2.4.0, but multiple older versions ranging from 1.0.0 to 2.3.0 are also documented."],["`CheckError` can be used to report errors in the CheckResponse and it implements various interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The properties of `CheckError`, include `Code`, `Detail`, `Status` and `Subject`, offering details about the error, along with a free text section and a way to specify the subject to which the error applies."]]],[]]