Contents

error

An error object describing why the system failed to send the message.

Declaration

var error: (any Error)? { get set }

Discussion

The system sets the error property when an error occurs while sending this message. It is set to nil if you have not yet sent the message or if you have sent the message successfully.

See Also

Message Properties