isError 方法

bool isError()

判断此响应是否表示错误。

实现

bool isError() => (errorCode != null) && (errorDetail != null);