ResponseExceptionModel

data class ResponseExceptionModel(code: Int, message: String, documentationUrl: String)

Error response Exception

Constructors

ResponseExceptionModel
Link copied to clipboard
common
fun ResponseExceptionModel(code: Int, message: String, documentationUrl: String)

Properties

code
Link copied to clipboard
common
val code: Int
documentationUrl
Link copied to clipboard
common
val documentationUrl: String
message
Link copied to clipboard
common
open val message: String