NotInitialized

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.

Properties

Link copied to clipboard
open val cause: Throwable?
Link copied to clipboard
Link copied to clipboard
open val message: String?
Link copied to clipboard
Link copied to clipboard