ErrorDetailResponse

data class ErrorDetailResponse(val code: String, val message: String, val recommendations: List<String>)

Error Detail class which encapsulates Code, Message and Recommendations.

Constructors

Link copied to clipboard
constructor(code: String, message: String, recommendations: List<String>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Error code.

Link copied to clipboard

Error Message related to the Code.

Link copied to clipboard

List of recommendation strings.