isErrored method

bool isErrored()

Implementation

bool isErrored() {
  return _state == ChannelStates.errored;
}