MinimizeError

data class MinimizeError(msg: String, sanderLog: String) : ErrorInfo

Functions

Link copied to clipboard
open override fun message(): String

show all of the error information as a string

Properties

Link copied to clipboard
open override val msg: String

a short message quickly describing the error

Link copied to clipboard
val sanderLog: String