Exceptions
Avalaible as nc_py_api.{exception_name}
- class nc_py_api._exceptions.NextcloudException(status_code: int = 0, reason: str = '', info: str = '')[source]
The base exception for all Nextcloud operation errors.
- class nc_py_api._exceptions.NextcloudExceptionNotModified(reason='Not modified', info: str = '')[source]
The exception indicates that there is no need to retransmit the requested resources.