data class MTParseError : Any
| <init> |
MTParseError(errorcode: MTParseErrors = MTParseErrors.ErrorNone, errordesc: String? = null) |
| errorcode |
var errorcode: MTParseErrors |
| errordesc |
var errordesc: String? |
| clear |
fun clear(): Unit |
| copyFrom |
fun copyFrom(src: MTParseError?): Unit |