Cloud Error Body Response
data class CloudErrorBodyResponse(val code: String? = null, val details: List<CloudErrorBodyResponse>? = null, val message: String? = null, val target: String? = null)
An error response from the Container service.
Constructors
Link copied to clipboard
constructor(code: String? = null, details: List<CloudErrorBodyResponse>? = null, message: String? = null, target: String? = null)