Skip to content

Commit db41d77

Browse files
author
Nguyễn Thái Học
committed
updated
1 parent b3302f6 commit db41d77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/data/remote/search_remote_source_impl.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ class SearchRemoteSourceImpl implements SearchRemoteSource {
2323

2424
if (response.statusCode != HttpStatus.ok) {
2525
throw HttpException(
26-
'Search for term: $term and page: $page failed with status code: ${response.statusCode}',
26+
'Search for term: $term and page: $page failed with status code: ${response.statusCode}, response body: ${response.body}',
2727
uri: url,
2828
);
2929
}

0 commit comments

Comments
 (0)