LegacySiteReputationUpdateError
public enum LegacySiteReputationUpdateError : Error
extension LegacySiteReputationUpdateError: LocalizedError
An error raised by SudoSiteReputationClient.update.
-
An outstanding call to
updateorclearStorageis already in progress.Declaration
Swift
case alreadyInProgress -
The update process was cancelled by a call to
clearStorage.Declaration
Swift
case cancelled -
An error occurred when accessing the Sudo Platform Site Reputation Service.
Declaration
Swift
case serviceError(_: Error)
-
Declaration
Swift
public var errorDescription: String? { get }
LegacySiteReputationUpdateError Enumeration Reference