Details

data class Details(val parameter: String, val error_type: String, val errors: List<String>)

A class representing error details from a failed request.

Constructors

Link copied to clipboard
fun Details(parameter: String, error_type: String, errors: List<String>)

Properties

Link copied to clipboard

the type of the error

Link copied to clipboard

a list of detailed error information

Link copied to clipboard

the parameter name for extra error details