Exception

fun Exception(    @Json(name = "innerExceptions") innerExceptions: List<Exception>? = null,     @Json(name = "kind") kind: String? = null,     @Json(name = "message") message: String? = null,     @Json(name = "properties") properties: PropertyBag? = null,     @Json(name = "stack") stack: Stack? = null)

Sources

Link copied to clipboard