Instance Propertynmggithub.kass 3.2.4MachCore
code
The exception code in the message.
var code: integer_t { get }
The exception code in the message.
var code: integer_t { get }
import MachCore
The core module for interacting with the Mach kernel.
class DefaultExceptionMessage
A message sent when an exception occurs using the default
exception behavior.
struct Mach
The Mach kernel.
var exceptionType: Mach.ExceptionType { get }
The exception type in the message.
var subcode: integer_t { get }
The exception subcode in the message.
var task: Mach.TaskControl { get }
The task that the exception is for.
var thread: Mach.ThreadControl { get }
The thread that the exception is for.
struct PayloadType
An exception message payload.