ServiceMeshAnalysisMessageBaseResponse

data class ServiceMeshAnalysisMessageBaseResponse(val documentationUrl: String, val level: String, val type: ServiceMeshTypeResponse)

AnalysisMessageBase describes some common information that is needed for all messages.

Constructors

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

A url pointing to the Service Mesh or Istio documentation for this specific error type.

Link copied to clipboard

Represents how severe a message is.

Link copied to clipboard

Represents the specific type of a message.