NotFound

class NotFound(val message: String, val cause: Throwable? = null) : Error

A result of an operation that failed because of a not found resource.

Constructors

Link copied to clipboard
constructor(message: String, cause: Throwable? = null)

Properties

Link copied to clipboard
open override val cause: Throwable? = null
Link copied to clipboard
open override val message: String