public sealed class BadRequest.Types.FieldViolation : IMessage<BadRequest.Types.FieldViolation>, IEquatable<BadRequest.Types.FieldViolation>, IDeepCloneable<BadRequest.Types.FieldViolation>, IBufferMessage, IMessage
A message type used to describe a single bad request field.
[[["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."],[[["`BadRequest.Types.FieldViolation` is a message type within the `Google.Rpc` namespace, used to describe a single bad request field."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `object`."],["It includes properties like `Description` and `Field` which provide details about the request violation, and methods for comparison, cloning, and data manipulation."],["The `Field` property can represent dot-separated identifiers in the protocol buffer format, or camelCase in JSON, showing the path of the bad field."],["There are constructors for creating new `FieldViolation` instances and copying existing ones, alongside constants for the field numbers of `Description` and `Field`."]]],[]]