//clika-runtime/io.clika.runtime/ClikaRtException
ClikaRtException
[jvm]
class ClikaRtException(val status: Int, val codeName: String, message: String) : RuntimeException
A runtime failure. codeName is the machine-readable channel that survives every build flavor; branch on it, never on the message text (release builds may show an opaque message code).
Constructors
| ClikaRtException | [jvm] constructor(status: Int, codeName: String, message: String) |
Properties
| Name | Summary |
|---|---|
| cause | [jvm] open val cause: Throwable? |
| codeName | [jvm] val codeName: String |
| message | [jvm] open val message: String? |
| status | [jvm] val status: Int |