ErrorResponseResponse

data class ErrorResponseResponse(val code: String, val details: List<ErrorDetailResponse>? = null, val message: String)

Error response information.

Constructors

Link copied to clipboard
constructor(code: String, details: List<ErrorDetailResponse>? = null, message: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Error code.

Link copied to clipboard

An array of error detail objects.

Link copied to clipboard

Error message.