UserStackAssociationErrorCode
public enum UserStackAssociationErrorCode : String, CustomStringConvertible, Codable
Undocumented
-
Undocumented
Declaration
Swift
case stackNotFound = "STACK_NOT_FOUND"
-
Undocumented
Declaration
Swift
case userNameNotFound = "USER_NAME_NOT_FOUND"
-
Undocumented
Declaration
Swift
case directoryNotFound = "DIRECTORY_NOT_FOUND"
-
Undocumented
Declaration
Swift
case internalError = "INTERNAL_ERROR"
-
Declaration
Swift
public var description: String { get }