MTException

public struct MTException : Sendable

Represents body of the MTError exception.

  • Exception code.

    Declaration

    Swift

    public var code: Int
  • Explanation of the exception.

    Declaration

    Swift

    public var reason: String