Class ErrorFrame
Message representing a frame which failed to be processed due to an error.
Implements
Inherited Members
Namespace: Google.Apis.MigrationCenterAPI.v1.Data
Assembly: Google.Apis.MigrationCenterAPI.v1.dll
Syntax
public class ErrorFrame : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
IngestionTime
object representation of IngestionTimeRaw.
Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use IngestionTimeDateTimeOffset instead.")]
public virtual object IngestionTime { get; set; }
Property Value
Type | Description |
---|---|
object |
IngestionTimeDateTimeOffset
DateTimeOffset representation of IngestionTimeRaw.
Declaration
[JsonIgnore]
public virtual DateTimeOffset? IngestionTimeDateTimeOffset { get; set; }
Property Value
Type | Description |
---|---|
DateTimeOffset? |
IngestionTimeRaw
Output only. Frame ingestion time.
Declaration
[JsonProperty("ingestionTime")]
public virtual string IngestionTimeRaw { get; set; }
Property Value
Type | Description |
---|---|
string |
Name
Output only. The identifier of the ErrorFrame.
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type | Description |
---|---|
string |
OriginalFrame
Output only. The frame that was originally reported.
Declaration
[JsonProperty("originalFrame")]
public virtual AssetFrame OriginalFrame { get; set; }
Property Value
Type | Description |
---|---|
AssetFrame |
Violations
Output only. All the violations that were detected for the frame.
Declaration
[JsonProperty("violations")]
public virtual IList<FrameViolationEntry> Violations { get; set; }
Property Value
Type | Description |
---|---|
IList<FrameViolationEntry> |