Abnormal behavior in data storage functions

If I try to get an record from data storage that does not exist, an exception is raised:

image
image

But when the limit of 50 requests per minute is exceed, instead of an exception, it returns as a successful response:
image
image

Shouldn’t an error be raised in this case?

2 Likes

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.