throwable property
Returns the associated error
Implementation
@override
dynamic get throwable => _throwable;
Associated the error with the span
Implementation
@override
set throwable(throwable) => _throwable = throwable;
Returns the associated error
@override
dynamic get throwable => _throwable;
Associated the error with the span
@override
set throwable(throwable) => _throwable = throwable;