Skip to content

ActionStatus

data class ActionStatus(val success: Boolean, val errorCode: String)

Represents the status of an operation on single user/device.

Constructors

ActionStatusconstructor(success: Boolean, errorCode: String)

Properties

NameSummary
errorCodeval errorCode: String
An error message, or an empty string.
successval success: Boolean
The status of the action: true if succeeded, false otherwise.