Exceptions
NotFound
Raised when a requested resource is not found (HTTP 404).
Raised when a requested resource is not found (HTTP 404).
This exception is thrown when attempting to access or manipulate a resource
that does not exist in the Fiddler platform. This can include models,
projects, datasets, alerts, or any other entity that cannot be located
using the provided identifier.
Common scenarios include using incorrect IDs, attempting to access deleted
resources, or referencing resources that haven’t been created yet.
Checking if a resource exists:
Common NotFound scenarios: