public sealed class ImportErrorsConfig : IMessage<ImportErrorsConfig>, IEquatable<ImportErrorsConfig>, IDeepCloneable<ImportErrorsConfig>, IBufferMessage, IMessage
Configuration of destination for Import related errors.
Google Cloud Storage path for import errors. This must be an empty,
existing Cloud Storage bucket. Import errors will be written to a file in
this bucket, one per line, as a JSON-encoded
google.rpc.Status message.
[[["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-06-12 UTC."],[[["The `ImportErrorsConfig` class manages the configuration for handling errors during import operations within the Google Cloud Retail V2 service."],["The latest version available for `ImportErrorsConfig` is 2.12.0, with numerous prior versions also accessible, spanning from 1.0.0 to 2.11.0."],["`ImportErrorsConfig` provides methods to create instances through the default constructor or by cloning another `ImportErrorsConfig` object."],["Import errors are stored as JSON-encoded `google.rpc.Status` messages, written to a specified Google Cloud Storage bucket, defined by `GcsPrefix`."],["The `DestinationCase` property determines the specific error handling method to use and `GcsPrefix` sets the destination for errors."]]],[]]