LoadResult

data class LoadResult<T>(val result: Boolean, val message: String, val loadedObject: T)

Provides the result of a load operation.

Constructors

Link copied to clipboard
constructor(result: Boolean, message: String, loadedObject: T)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard