DashboardErrorType
public enum DashboardErrorType : String, CustomStringConvertible, Codable
Undocumented
-
Undocumented
Declaration
Swift
case accessDenied = "ACCESS_DENIED"
-
Undocumented
Declaration
Swift
case sourceNotFound = "SOURCE_NOT_FOUND"
-
Undocumented
Declaration
Swift
case dataSetNotFound = "DATA_SET_NOT_FOUND"
-
Undocumented
Declaration
Swift
case internalFailure = "INTERNAL_FAILURE"
-
Undocumented
Declaration
Swift
case parameterValueIncompatible = "PARAMETER_VALUE_INCOMPATIBLE"
-
Undocumented
Declaration
Swift
case parameterTypeInvalid = "PARAMETER_TYPE_INVALID"
-
Undocumented
Declaration
Swift
case parameterNotFound = "PARAMETER_NOT_FOUND"
-
Undocumented
Declaration
Swift
case columnTypeMismatch = "COLUMN_TYPE_MISMATCH"
-
Undocumented
Declaration
Swift
case columnGeographicRoleMismatch = "COLUMN_GEOGRAPHIC_ROLE_MISMATCH"
-
Undocumented
Declaration
Swift
case columnReplacementMissing = "COLUMN_REPLACEMENT_MISSING"
-
Declaration
Swift
public var description: String { get }