Package version:

Log Collection Error details of the cluster.

interface LogCollectionError {
    errorCode?: string;
    errorMessage?: string;
}

Properties

errorCode?: string

Error Code of the log collection

errorMessage?: string

Error Message of the log collection