Not Initialized
A verification operation was attempted before TrustPin.setup completed successfully on this instance. The configuration was never validated; the caller must call TrustPin.setup (and await its completion) before invoking TrustPin.verify / TrustPin.fetchCertificate / etc.
Recovery: ensure setup runs to completion before any verify call.