Exclusive

@Serializable
data class Exclusive(val error: String? = null) : 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? = null)

Properties

Link copied to clipboard
open override val error: String? = null