Exception

constructor(@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)(source)