DiagnosticResponse

data class DiagnosticResponse(val field: String, val level: String)

Constructors

Link copied to clipboard
fun DiagnosticResponse(field: String, level: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

JsonPath expression on the resource that if non empty, indicates that this field needs to be extracted as a diagnostic.

Link copied to clipboard

Level to record this diagnostic.