MtlsConfigurationException

class MtlsConfigurationException(message: String, cause: Throwable? = null) : IOException

Thrown when mTLS configuration fails. The SDK does NOT silently downgrade to unauthenticated TLS; callers that intend mTLS will see this exception and can decide whether to retry, surface to an operator, or proceed explicitly.

Since

1.1.0

Constructors

Link copied to clipboard
constructor(message: String, cause: Throwable? = null)

Properties

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