636 B
636 B
SegmentRefSizeNotEqualsException
Format
SegmentRefSizeNotEqualsException
expected: EXPECTED_SIZE
actual: ACUTAL_SIZE
Cause
The SegmentRefSizeNotEqualsException caused by the size of refs is different between you expect and actual.
e.g., expected:
"refs": [
{
"parentTraceSegmentId": "${other_application[1]}",
...
}
]
actual:
"refs": [
{
"parentTraceSegmentId": "${other_application[1]}",
...
},
{
"parentTraceSegmentId": "${other_application[2]}",
...
}
]
Check Points
- Check if the size of segment ref is correct