Searched defs:PermissionsException (Results 1 - 1 of 1) sorted by relevance

/pkg/src/modules/client/
H A Dapi_errors.py376 class PermissionsException(ApiException): class in inherits:ApiException
393 class FileInUseException(PermissionsException):
395 PermissionsException.__init__(self, path)
404 class UnprivilegedUserError(PermissionsException):
406 PermissionsException.__init__(self, path)
414 class ReadOnlyFileSystemException(PermissionsException):
2888 return PermissionsException(e.filename)

Completed in 21 milliseconds