InnerError

@Serializable(with = InnerErrorSerializer::class)
data class InnerError(val errors: Map<String, String>)

Data class representing the inner error.

Constructors

Link copied to clipboard
constructor(errors: Map<String, String>)

Properties

Link copied to clipboard

The errors of the inner error.