PortalItemMoveError

@Serializable
data class PortalItemMoveError(val code: Int, val message: String, var itemId: String = "")

An error that happens when moving a portal item.

Since

200.0.0

Constructors

Link copied to clipboard
constructor(code: Int, message: String, itemId: String = "")

Properties

Link copied to clipboard
val code: Int

the error code

Link copied to clipboard
@Transient
var itemId: String

the portal item ID this error relates to

Link copied to clipboard

a message describing the error