data class InternalError : EntryType
InternalError(msg: String)
val msg: String
fun toString(): String