enum | Dtk::IO::IOErrorCode {
Dtk::IO::NoError = -1
, Dtk::IO::Failed = 0
, Dtk::IO::FileNotFound
, Dtk::IO::FileExists
,
Dtk::IO::FileIsDirectory
, Dtk::IO::FileNotDirectory
, Dtk::IO::DirectoryNotEmpty
, Dtk::IO::FileNotRegular
,
Dtk::IO::FileNotSymbolicLink
, Dtk::IO::FileNotMountable
, Dtk::IO::FileNameTooLong
, Dtk::IO::FileNameInvalid
,
Dtk::IO::FileTooManyLinks
, Dtk::IO::DriveNoSpace
, Dtk::IO::InvalidArgument
, Dtk::IO::PermissionDenied
,
Dtk::IO::NotSupported
, Dtk::IO::FileNotMounted
, Dtk::IO::FileAlreadyMounted
, Dtk::IO::FileClosed
,
Dtk::IO::OperationCancelled
, Dtk::IO::OperationPending
, Dtk::IO::FileReadOnly
, Dtk::IO::CantCreateBackup
,
Dtk::IO::FileWrongEtag
, Dtk::IO::TimedOut
, Dtk::IO::WouldRecurse
, Dtk::IO::FileBusy
,
Dtk::IO::WouldBlock
, Dtk::IO::HostNotFound
, Dtk::IO::WouldMerge
, Dtk::IO::FailedHandled
,
Dtk::IO::TooManyOpenFiles
, Dtk::IO::NotInitialized
, Dtk::IO::AddressInUse
, Dtk::IO::PartialInput
,
Dtk::IO::InvalidData
, Dtk::IO::DbusError
, Dtk::IO::HostUnreachable
, Dtk::IO::NetworkUnreachable
,
Dtk::IO::ConnectionRefused
, Dtk::IO::ProxyFailed
, Dtk::IO::ProxyAuthFailed
, Dtk::IO::ProxyNeedAuth
,
Dtk::IO::ProxyNotAllowed
, Dtk::IO::BrokenPipe
, Dtk::IO::ConnectionClosed
, Dtk::IO::NotConnected
,
Dtk::IO::MessageTooLarge
, CustomFailed = 1000
, Dtk::IO::OpenFailed
, Dtk::IO::OpenFlagError
,
Dtk::IO::FileAlreadyOpened
, Dtk::IO::InfoNoAttribute
} |