Class ScriptError
An error message for a custom bidding script.
Implements
Inherited Members
Namespace: Google.Apis.DisplayVideo.v3.Data
Assembly: Google.Apis.DisplayVideo.v3.dll
Syntax
public class ScriptError : IDirectResponseSchema
Properties
Column
The column number in the script where the error was thrown.
Declaration
[JsonProperty("column")]
public virtual long? Column { get; set; }
Property Value
Type | Description |
---|---|
long? |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
ErrorCode
The type of error.
Declaration
[JsonProperty("errorCode")]
public virtual string ErrorCode { get; set; }
Property Value
Type | Description |
---|---|
string |
ErrorMessage
The detailed error message.
Declaration
[JsonProperty("errorMessage")]
public virtual string ErrorMessage { get; set; }
Property Value
Type | Description |
---|---|
string |
Line
The line number in the script where the error was thrown.
Declaration
[JsonProperty("line")]
public virtual long? Line { get; set; }
Property Value
Type | Description |
---|---|
long? |