JsonConfigError

open class JsonConfigError(message: String) : Exception

Exception class for JSON configuration errors.

Parameters

message

The error message describing the configuration issue.

Inheritors

Constructors

Link copied to clipboard
constructor(message: String)

Types

Link copied to clipboard
class InvalidType(val field: String, val expected: String) : JsonConfigError
Link copied to clipboard