DeleteCertificateErrorResponse

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

An error response from the Batch service.

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

An identifier for the error. Codes are invariant and are intended to be consumed programmatically.

Link copied to clipboard

A list of additional details about the error.

Link copied to clipboard

A message describing the error, intended to be suitable for display in a user interface.

Link copied to clipboard
val target: String? = null

The target of the particular error. For example, the name of the property in error.