code property

int? code
getter/setter pair

The status code.

For this API, this value either: - 10, indicating a SCRIPT_TIMEOUT error, - 3, indicating an INVALID_ARGUMENT error, or - 1, indicating a CANCELLED execution.

Implementation

core.int? code;