ErrorReason

fun ErrorReason(    type: String,     reason: String,     resourceId: String?,     resourceType: String?,     script: String?,     scriptStack: List<String>,     causedBy: CausedBy?)