throwable property

dynamic throwable

Returns the associated error

Implementation

dynamic get throwable;
void throwable=(dynamic throwable)

Associated the error with the span

Implementation

set throwable(dynamic throwable);