StackErrorCode
public enum StackErrorCode : String, CustomStringConvertible, Codable
Undocumented
-
Undocumented
Declaration
Swift
case storageConnectorError = "STORAGE_CONNECTOR_ERROR"
-
Undocumented
Declaration
Swift
case internalServiceError = "INTERNAL_SERVICE_ERROR"
-
Declaration
Swift
public var description: String { get }