Provide api calls for permitting helpdesk users to access user information by user...
[astakos] / snf-astakos-app / astakos / im / faults.py
index e5a5244..72408f1 100644 (file)
@@ -49,3 +49,9 @@ class Unauthorized(Fault):
 
 class InternalServerError(Fault):
     code = 500
+
+class Forbidden(Fault):
+    code = 403
+
+class ItemNotFound(Fault):
+    code = 404
\ No newline at end of file