Quaero.REST.Exceptions.NotFound
Quaero.REST.Exceptions.NotFound Class
public class Quaero.REST.Exceptions.NotFound;
A named object on an endpoint was not found.
uri Property
System.Uri (Quaero.REST.Exceptions.NotFound)notfound.uri;
Returns the URI of the HTTP request that failed.
aggregate() Method
void Quaero.REST.Exceptions.NotFound.aggregate();
Set the name of the Aggregate that wasn't found.
Message Property
System.String (Quaero.REST.Exceptions.NotFound)notfound.Message;
Short message describing the exception.