ErrorMessageFormat

@JsonClass(generateAdapter = true)
class ErrorMessageFormat(val title: String, val errorDetails: ErrorDetails) : StaticContentFormat

Constructors

Link copied to clipboard
constructor(title: String, errorDetails: ErrorDetails)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val title: String