fromResponse static method
Implementation
static InfluxDBException fromResponse(BaseResponse response) {
return fromJson(response is Response ? response.body : '',
response.statusCode, response.headers);
}
static InfluxDBException fromResponse(BaseResponse response) {
return fromJson(response is Response ? response.body : '',
response.statusCode, response.headers);
}