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"]],[["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 document provides reference documentation for the `CheckError` class within the Google Cloud Service Control v1 API."],["The `CheckError` class is used to define errors returned in the `check_errors` field of a `CheckResponse`, and it implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["There are multiple versions of the documentation available, ranging from version 1.0.0 to the latest version 2.4.0, with the current version covered here being 2.3.0."],["The `CheckError` class includes properties such as `Code`, `Detail`, `Status`, and `Subject` to provide information about the error, including the error code, details, public status, and the subject it applies to."],["This specific page has details about the constructors, properties, inheritance and namespace for version 2.3.0 of the CheckError class, and the dll file it is in."]]],[]]