RevokeDeviceSessionError
public enum RevokeDeviceSessionError : CustomStringConvertible, JSONRepresentable
The RevokeDeviceSessionError union
-
Device session not found.
Declaration
Swift
case deviceSessionNotFound -
Member not found.
Declaration
Swift
case memberNotFound -
An unspecified error.
Declaration
Swift
case other -
Declaration
Swift
public var description: String { get }
View on GitHub
RevokeDeviceSessionError Enumeration Reference