NotFound

@Serializable
data class NotFound(val error: String? = null) : ErrorResponse

No resource was found for this request.

Constructors

Link copied to clipboard
constructor(error: String? = null)

Properties

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