hasError property
Indicates if the webhook configuration has errors that need troubleshooting. If the value is true, troubleshoot the configuration using the testing endpoint.
Implementation
@BuiltValueField(wireName: r'hasError')
bool? get hasError;