| Package | Description |
|---|---|
| com.google.api.services.displayvideo.v3.model |
| Modifier and Type | Method and Description |
|---|---|
ScriptError |
ScriptError.clone() |
ScriptError |
ScriptError.set(String fieldName,
Object value) |
ScriptError |
ScriptError.setColumn(Long column)
The column number in the script where the error was thrown.
|
ScriptError |
ScriptError.setErrorCode(String errorCode)
The type of error.
|
ScriptError |
ScriptError.setErrorMessage(String errorMessage)
The detailed error message.
|
ScriptError |
ScriptError.setLine(Long line)
The line number in the script where the error was thrown.
|
| Modifier and Type | Method and Description |
|---|---|
List<ScriptError> |
CustomBiddingScript.getErrors()
Output only.
|
| Modifier and Type | Method and Description |
|---|---|
CustomBiddingScript |
CustomBiddingScript.setErrors(List<ScriptError> errors)
Output only.
|
Copyright © 2011–2026 Google. All rights reserved.