MpcVersionNoLongerSupported

Thrown when an MPC operation is no longer supported for the current MPC version.

Parameters

operation

The name of the operation that is no longer supported (e.g., "Generate", "Backup").

Constructors

Link copied to clipboard
constructor(operation: String)

Properties

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