cause property

List<PlayerError> cause
final

Errors potentially have a root cause error, ie, a DecoderError might be caused by an WindowsError

Implementation

final List<PlayerError> cause;