enableWarnings property

bool? enableWarnings
getter/setter pair

If true, enables returning warnings.

Warnings return error messages and error codes without blocking the execution of the mutate operation.

Optional.

Implementation

core.bool? enableWarnings;