RSDPermissionError
public enum RSDPermissionError : Error
RSDPermissionError errors are thrown when a task, step, or async action does not have a permission that
is required to run the action.
-
Permission denied.
Declaration
Swift
case notAuthorized(RSDPermission, RSDAuthorizationStatus) -
Permission was not handled by this framework.
Declaration
Swift
case notHandled(String) -
The localized message for this error.
Declaration
Swift
public var localizedDescription: String { get } -
The domain of the error.
Declaration
Swift
public static var errorDomain: String { get } -
The error code within the given domain.
Declaration
Swift
public var errorCode: Int { get } -
The user-info dictionary.
Declaration
Swift
public var errorUserInfo: [String : Any] { get }
View on GitHub
RSDPermissionError Enumeration Reference