parentId property

int? parentId
final

An optional numeric value pointing at the exceptionId that is the parent of this exception.

The SDK should assign this to all exceptions except the root exception (the last to be listed in the exception values).

Implementation

final int? parentId;