cterasdk.exceptions.io.edge module#

exception cterasdk.exceptions.io.edge.CopyError(path, destination)#

Bases: PathError

Copy Error.

Variables:
  • path (str) – Path

  • destination (str) – Destination

exception cterasdk.exceptions.io.edge.CreateDirectoryError(filename)#

Bases: PathError

exception cterasdk.exceptions.io.edge.DeleteError(filename)#

Bases: PathError

exception cterasdk.exceptions.io.edge.FileConflictError(filename)#

Bases: PathError

exception cterasdk.exceptions.io.edge.FileNotFoundException(filename)#

Bases: PathError

exception cterasdk.exceptions.io.edge.FolderNotFoundError(filename)#

Bases: PathError

exception cterasdk.exceptions.io.edge.GetMetadataError(filename)#

Bases: PathError

exception cterasdk.exceptions.io.edge.ListDirectoryError(filename)#

Bases: PathError

exception cterasdk.exceptions.io.edge.MoveError(path, destination)#

Bases: PathError

Move Error.

Variables:
  • path (str) – Path

  • destination (str) – Destination

exception cterasdk.exceptions.io.edge.NotADirectoryException(filename)#

Bases: PathError

exception cterasdk.exceptions.io.edge.ObjectNotFoundError(filename)#

Bases: PathError

exception cterasdk.exceptions.io.edge.OpenError(filename)#

Bases: PathError

exception cterasdk.exceptions.io.edge.ROFSError(filename)#

Bases: PathError

exception cterasdk.exceptions.io.edge.RenameError(filename, filename2)#

Bases: PathError

exception cterasdk.exceptions.io.edge.UploadError(strerror, filename)#

Bases: PathError