Exclusive

@Serializable
@SerialName(value = "M_EXCLUSIVE")
data class Exclusive(val error: String) : ErrorResponse

The resource being requested is reserved by an application service, or the application service making the request has not created the resource.

Constructors

Link copied to clipboard
constructor(error: String)

Properties

Link copied to clipboard
open override val error: String