MTException public struct MTException : Sendable Represents body of the MTError exception. code Exception code. Declaration Swift public var code: Int reason Explanation of the exception. Declaration Swift public var reason: String