OperationException
open class OperationException : Exception
An exception thrown when an operation cannot be completed.
-
Initializes an Exception instance.
Declaration
Swift
public init(error: OperationError, message: String?, stackTrace: [String]?)Parameters
errorThe error causing the exception.
messageA human-readable message explaining the error.
stackTraceThe stack trace at the time the exception was thrown. Defaults to
Thread.callStackSymbols.
OperationException Class Reference