error property
Error?
get
error
Error that occurred while extracting the certificates, if any. This error will be surfaced to the user when appropriate.
Implementation
Error? get error => _wrapped.error?.let(Error.fromJS);
set
error
(Error? v)
Implementation
set error(Error? v) {
_wrapped.error = v?.toJS;
}