exa.common.errors.server_errors.NotFoundError

Contents

exa.common.errors.server_errors.NotFoundError#

exception NotFoundError(message, *args)#

Error raised when nothing was found with the given parameters.

This should be used when it’s expected that something is found, for example when trying to find with an exact ID.

Parameters:

message (str) –