isErrorFetchingPinningInfo property
Returns true if this is a network/CDN fetch error.
This error occurs when the SDK cannot fetch the pinning configuration from the TrustPin CDN due to network issues.
Implementation
bool get isErrorFetchingPinningInfo => code == 'ERROR_FETCHING_PINNING_INFO';