blockOnWarnings property

bool? blockOnWarnings
getter/setter pair

When set to true the request will fail if there are any warnings during validation and the details will be included in the error.details.

Otherwise warnings are treated as non-blocking and will be ignored for validation but will be included in the response for inspection. Defaults to false if unset.

Optional.

Implementation

core.bool? blockOnWarnings;