II.
MetaEnum JSON
Structured · livemeta-enum:error-severity
Error severity json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "meta-enum:error-severity",
"_kind": "MetaEnum",
"_file": "catalog-meta/meta-registry/meta-registry-domain-extras-2.yaml",
"_cluster": "catalog-meta",
"attributes": {
"displayName": "Error severity",
"name": "severity",
"values": [
{
"value": "transient",
"description": "Likely to succeed on retry; intermittent / network / rate-limit."
},
{
"value": "permanent",
"description": "Will not succeed on retry without intervention."
},
{
"value": "configuration",
"description": "Caused by misconfiguration; needs operator action."
}
],
"usedOnAttributes": [
"meta-attribute:error-category--severity"
]
},
"outgoingEdges": [
{
"from": "meta-enum:error-severity",
"to": "meta-attribute:error-category--severity",
"kind": "used_on_attribute",
"attributes": {}
}
],
"incomingEdges": []
}