Show / Hide Table of Contents

Class FileUpload.Types.Issue

An error occurring in the data source, like "invalid price".

Inheritance
object
FileUpload.Types.Issue
Implements
IMessage<FileUpload.Types.Issue>
IEquatable<FileUpload.Types.Issue>
IDeepCloneable<FileUpload.Types.Issue>
IBufferMessage
IMessage
Inherited Members
object.GetHashCode()
object.GetType()
object.ToString()
Namespace: Google.Shopping.Merchant.DataSources.V1Beta
Assembly: Google.Shopping.Merchant.DataSources.V1Beta.dll
Syntax
public sealed class FileUpload.Types.Issue : IMessage<FileUpload.Types.Issue>, IEquatable<FileUpload.Types.Issue>, IDeepCloneable<FileUpload.Types.Issue>, IBufferMessage, IMessage

Constructors

Issue()

Declaration
public Issue()

Issue(Issue)

Declaration
public Issue(FileUpload.Types.Issue other)
Parameters
Type Name Description
FileUpload.Types.Issue other

Properties

Code

Output only. The code of the error, for example, "validation/invalid_value". Returns "?" if the code is unknown.

Declaration
public string Code { get; set; }
Property Value
Type Description
string

Count

Output only. The number of occurrences of the error in the file upload.

Declaration
public long Count { get; set; }
Property Value
Type Description
long

Description

Output only. The error description, for example, "Your data source contains items which have too many attributes, or are too big. These items will be dropped".

Declaration
public string Description { get; set; }
Property Value
Type Description
string

DocumentationUri

Output only. Link to the documentation explaining the issue in more details, if available.

Declaration
public string DocumentationUri { get; set; }
Property Value
Type Description
string

Severity

Output only. The severity of the issue.

Declaration
public FileUpload.Types.Issue.Types.Severity Severity { get; set; }
Property Value
Type Description
FileUpload.Types.Issue.Types.Severity

Title

Output only. The title of the issue, for example, "Item too big".

Declaration
public string Title { get; set; }
Property Value
Type Description
string
In this article
Back to top Generated by DocFX