CloudErrorBodyResponse

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

Detailed error information of any failure.

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Error code string.

Link copied to clipboard

More detailed error information.

Link copied to clipboard

Descriptive error information.

Link copied to clipboard
val target: String? = null

Error target