errors property

List<ScriptError>? errors
getter/setter pair

Error details of a rejected custom bidding script.

This field will only be populated when state is REJECTED.

Output only.

Implementation

core.List<ScriptError>? errors;