ErrorMessageFormat

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

A message displaying an error to the user, with a title and detailed error information.

Constructors

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

Properties

Link copied to clipboard
Link copied to clipboard

The specific format type that determines how this message content is rendered.

Link copied to clipboard