throwable property
dynamic
get
throwable
Returns the associated error
Implementation
dynamic get throwable;
set
throwable
(dynamic throwable)
Associated the error with the span
Implementation
set throwable(dynamic throwable);