15 lines
522 B
YAML
15 lines
522 B
YAML
groups:
|
|
- id: log-exception
|
|
type: attribute_group
|
|
brief: >
|
|
This document defines attributes for exceptions represented using Log
|
|
Records.
|
|
attributes:
|
|
- ref: exception.type
|
|
requirement_level:
|
|
conditionally_required: Required if `exception.message` is not set, recommended otherwise.
|
|
- ref: exception.message
|
|
requirement_level:
|
|
conditionally_required: Required if `exception.type` is not set, recommended otherwise.
|
|
- ref: exception.stacktrace
|