NotFound

@Serializable
@SerialName(value = "M_NOT_FOUND")
data class NotFound(val error: String) : ErrorResponse

No resource was found for this request.

Constructors

Link copied to clipboard
constructor(error: String)

Properties

Link copied to clipboard
open override val error: String