doc/book/en/devrepo/repo/hooks.rst
branchstable
changeset 9184 b982e88e4836
parent 8981 26fddf8d65d0
equal deleted inserted replaced
9183:95e69c2d52a9 9184:b982e88e4836
   235 
   235 
   236 This exception is used to convey enough information up to the user
   236 This exception is used to convey enough information up to the user
   237 interface. Hence its constructor is different from the default Exception
   237 interface. Hence its constructor is different from the default Exception
   238 constructor. It accepts, positionally:
   238 constructor. It accepts, positionally:
   239 
   239 
   240 * an entity eid,
   240 * an entity eid (**not the entity itself**),
   241 
   241 
   242 * a dict whose keys represent attribute (or relation) names and values
   242 * a dict whose keys represent attribute (or relation) names and values
   243   an end-user facing message (hence properly translated) relating the
   243   an end-user facing message (hence properly translated) relating the
   244   problem.
   244   problem.
   245 
   245