isTimeout property

bool get isTimeout

타임아웃 에러인지 확인

Implementation

bool get isTimeout => code == ErrorCodes.timeout;