isError property

bool? get isError

Whether the tool call ended in an error.

If not set, this is assumed to be false (the call was successful).

Implementation

bool? get isError => _value['isError'] as bool?;