Error

public enum Error : Int
  • The requested name is invalid.

    Declaration

    Swift

    case invalidName = 2001
  • The requested parent folder does not exist.

    Declaration

    Swift

    case parentFolderDoesNotExist = 2005
  • The provided upload identifier does not exist.

    Declaration

    Swift

    case uploadIdDoesNotExist = 2067