Interface DittoException.IoExceptionReason
- All Known Implementing Classes:
DittoException.IoExceptionReason.IoAlreadyExists,DittoException.IoExceptionReason.IoNotFound,DittoException.IoExceptionReason.IoOperationFailed,DittoException.IoExceptionReason.IoPermissionDenied
- Enclosing class:
DittoException
public static sealed interface DittoException.IoExceptionReason
permits DittoException.IoExceptionReason.IoAlreadyExists, DittoException.IoExceptionReason.IoNotFound, DittoException.IoExceptionReason.IoPermissionDenied, DittoException.IoExceptionReason.IoOperationFailed
The possible underlying reasons an
DittoException.IoException occurs.-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final recordAn I/O operation failed because the specified entity (such as a file) already exists.static final recordAn I/O operation failed because the specified entity (such as a file) already exists.static final recordAn I/O operation failed.static final recordAn I/O operation failed because the necessary privileges to complete it were not present.