NotSupported

class NotSupported(val operation: String) : ClientException

To be thrown when the extension does not support an operation.

Parameters

operation

The name of the operation that is not supported

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?
Link copied to clipboard