ErrorModelResponse

data class ErrorModelResponse(val code: String, val details: List<ErrorModelResponse>, val message: String, val target: String)

Default error model

Constructors

Link copied to clipboard
constructor(code: String, details: List<ErrorModelResponse>, message: String, target: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Gets or sets the code.

Link copied to clipboard

Gets or sets the details.

Link copied to clipboard

Gets or sets the messages.

Link copied to clipboard

Gets or sets the target.