throwable property

  1. @override
dynamic throwable
override

Returns the associated error

Implementation

@override
dynamic get throwable => null;
  1. @override
void throwable=(dynamic throwable)
override

Associated the error with the span

Implementation

@override
set throwable(throwable) {}