Monitor Properties Response Errors
data class MonitorPropertiesResponseErrors(val code: String, val details: List<ErrorResponse>, val innerError: ErrorResponseInnerError, val message: String, val target: String)
Defines the SAP monitor errors.
Constructors
Link copied to clipboard
constructor(code: String, details: List<ErrorResponse>, innerError: ErrorResponseInnerError, message: String, target: String)