ErrorResponseResponse

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

Error response information.

Constructors

Link copied to clipboard

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.