KeyCurveNotSupported

An error that indicates that the given key curve is not supported for a specific functionality.

Parameters

curve

The unsupported key curve.

See also

Constructors

Link copied to clipboard
constructor(curve: String)

Properties

Link copied to clipboard
open val cause: Throwable?
Link copied to clipboard
open override val code: Int
Link copied to clipboard
open override val errorDescription: String?
Link copied to clipboard
open val message: String?
Link copied to clipboard
open override val underlyingErrors: Array<Error>?