isDomainNotRegistered property

bool get isDomainNotRegistered

Returns true if domain is not registered (strict mode only).

This error occurs in strict mode when attempting to validate a certificate for a domain that is not configured in your TrustPin configuration.

Implementation

bool get isDomainNotRegistered => code == 'DOMAIN_NOT_REGISTERED';