ErrorResponse

data class ErrorResponse(val code: String, val message: String?, val properties: Map<String, Any?> = mapOf())

Constructors

Link copied to clipboard
constructor(code: String, message: String?, properties: Map<String, Any?> = mapOf())

Properties

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