PluginApiException

class PluginApiException(val status: Int, val message: String) : RuntimeException(source)

Constructors

Link copied to clipboard
constructor(status: Int, message: String)

Properties

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