HomeException.Companion.HistoryApiErrors

object HomeException.Companion.HistoryApiErrors


Summary

Public functions

HomeException
deleteHistoryFailed(message: String, exception: Exception?)
HomeException
endOfPagination(message: String, exception: Exception?)
HomeException
homeHistoryTraitMissing(message: String, exception: Exception?)
HomeException
invalidFilter(message: String, exception: Exception?)

Public functions

deleteHistoryFailed

fun deleteHistoryFailed(message: String = "", exception: Exception? = null): HomeException

endOfPagination

fun endOfPagination(message: String = "", exception: Exception? = null): HomeException

homeHistoryTraitMissing

fun homeHistoryTraitMissing(message: String = "", exception: Exception? = null): HomeException

invalidFilter

fun invalidFilter(message: String = "", exception: Exception? = null): HomeException