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.
Examples
Handling missing resources:
Checking if a resource exists:
Common NotFound scenarios:
Attributes
HTTP status code; always 404 (HTTPStatus.NOT_FOUND).
Reason string; always NotFound.