8000 error handler docstring · akshatz/firebase-admin-python@e7b8636 · GitHub
[go: up one dir, main page]

Skip to content

Commit e7b8636

Browse files
committed
error handler docstring
1 parent 0894954 commit e7b8636

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

firebase_admin/dynamic_links.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -213,6 +213,7 @@ def get_stats(self, short_link, stat_options):
213213
return LinkStats(event_stats)
214214

215215
def _handle_error(self, error):
216+
"""Error handler for dynamic links request errors"""
216217
if error.response is None:
217218
msg = 'Failed to call dynamic links API: {0}'.format(error)
218219
raise ApiCallError(self.INTERNAL_ERROR, msg, error)

0 commit comments

Comments
 (0)
0