Skip to content

//woua-matrimony-sdk/com.woualabs.matrimony/Response/Error

Error

[common]\ data class Error(exception: Throwable, code: Int?, error: Boolean?, errorCollection: List<ErrorElement>?, message: String?, method: String?, path: String?) : Response<Nothing>

Properties

Name Summary
code [common]
val code: Int? = null
error [common]
val error: Boolean? = null
errorCollection [common]
val errorCollection: List<ErrorElement>? = null
exception [common]
val exception: Throwable
message [common]
val message: String? = null
method [common]
val method: String? = null
path [common]
val path: String? = null