Delete Certificate Error Response
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)