Skip to content

Commit

Permalink
Add TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
sigurdm committed Sep 15, 2023
1 parent 1080528 commit f365e83
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/src/http.dart
Original file line number Diff line number Diff line change
Expand Up @@ -229,6 +229,7 @@ void handleGCSError(http.BaseResponse response) {
}

final code = getTagText('Code');
// TODO(sigurdm): we could hard-code nice error messages for known codes.
final message = getTagText('Message');
// `Details` are not specified in the doc above, but have been observed in actual responses.
final details = getTagText('Details');
Expand Down

0 comments on commit f365e83

Please sign in to comment.