LogCollectionErrorResponse

data class LogCollectionErrorResponse(val errorCode: String, val errorMessage: String)

Log Collection Error details of the cluster.

Constructors

Link copied to clipboard
constructor(errorCode: String, errorMessage: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Error Code of the log collection

Link copied to clipboard

Error Message of the log collection