Error

data class Error(val exception: Throwable) : RepositoryResult<Nothing>

予期しないエラーが発生したことを示す結果

Parameters

exception

発生した例外

Constructors

Link copied to clipboard
constructor(exception: Throwable)

Properties

Link copied to clipboard