ResponseErrorModel

data class ResponseErrorModel(message: String, documentationUrl: String)

Error response model

Constructors

ResponseErrorModel
Link copied to clipboard
common
fun ResponseErrorModel(message: String, documentationUrl: String)

Properties

documentationUrl
Link copied to clipboard
common
val documentationUrl: String
message
Link copied to clipboard
common
val message: String