Show / Hide Table of Contents

Class ObjParseError

Details of an error resulting from parsing an OBJ file

Inheritance
object
ObjParseError
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.PolyService.v1.Data
Assembly: Google.Apis.PolyService.v1.dll
Syntax
public class ObjParseError : IDirectResponseSchema

Properties

Code

The type of problem found (required).

Declaration
[JsonProperty("code")]
public virtual string Code { get; set; }
Property Value
Type Description
string

ETag

The ETag of the item.

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

EndIndex

The ending character index at which the problem was found.

Declaration
[JsonProperty("endIndex")]
public virtual int? EndIndex { get; set; }
Property Value
Type Description
int?

FilePath

The file path in which the problem was found.

Declaration
[JsonProperty("filePath")]
public virtual string FilePath { get; set; }
Property Value
Type Description
string

Line

The text of the line. Note that this may be truncated if the line was very long. This may not include the error if it occurs after line truncation.

Declaration
[JsonProperty("line")]
public virtual string Line { get; set; }
Property Value
Type Description
string

LineNumber

Line number at which the problem was found.

Declaration
[JsonProperty("lineNumber")]
public virtual int? LineNumber { get; set; }
Property Value
Type Description
int?

StartIndex

The starting character index at which the problem was found.

Declaration
[JsonProperty("startIndex")]
public virtual int? StartIndex { get; set; }
Property Value
Type Description
int?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX