We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3302f6 commit db41d77Copy full SHA for db41d77
lib/data/remote/search_remote_source_impl.dart
@@ -23,7 +23,7 @@ class SearchRemoteSourceImpl implements SearchRemoteSource {
23
24
if (response.statusCode != HttpStatus.ok) {
25
throw HttpException(
26
- 'Search for term: $term and page: $page failed with status code: ${response.statusCode}',
+ 'Search for term: $term and page: $page failed with status code: ${response.statusCode}, response body: ${response.body}',
27
uri: url,
28
);
29
}
0 commit comments