BatchDeleteImportDataErrorCode
public enum BatchDeleteImportDataErrorCode : String, CustomStringConvertible, Codable
Undocumented
-
Undocumented
Declaration
Swift
case notFound = "NOT_FOUND"
-
Undocumented
Declaration
Swift
case internalServerError = "INTERNAL_SERVER_ERROR"
-
Undocumented
Declaration
Swift
case overLimit = "OVER_LIMIT"
-
Declaration
Swift
public var description: String { get }