FailureRequestParam

data class FailureRequestParam(val code: String, val description: String, val type: String = "fatal", val uuid: String = "none")

Constructors

Link copied to clipboard
constructor(code: String, description: String, type: String = "fatal", uuid: String = "none")

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard