MyBusinessProcessUploadError

class MyBusinessProcessUploadError(val processUUID: String, val action: String) : MyBusinessProcessUpload

This data class is used internally when a process upload operation with error

Constructors

Link copied to clipboard
fun MyBusinessProcessUploadError(processUUID: String, action: String)

Properties

Link copied to clipboard
val action: String

Inherited properties

Link copied to clipboard
val createdAt: Date
Link copied to clipboard
val processUUID: String
Link copied to clipboard
var type: String