AccessError

data class AccessError(val name: String, val tomlName: String, val cause: Throwable?) : TomlException

An access error occurred while encoding a Kotlin value into a TOML value. This exception should never be thrown under normal operation. If you see this happen, please file a bug report at github.com/valderman/4koma.

Constructors

Link copied to clipboard
fun AccessError(name: String, tomlName: String, cause: Throwable?)

Functions

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Properties

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