debugErrors property
If the trust verification failed, this array contains the errors reported by the underlying network layer. Otherwise, this array is empty.
Note: This list is meant for debugging only and may not contain all relevant errors. The errors returned may change in future revisions of this API, and are not guaranteed to be forwards or backwards compatible.
Implementation
List<String> get debugErrors =>
_wrapped.debug_errors.toDart.cast<String>().map((e) => e).toList();