Contents

badAddress

Bad address.

Declaration

static var badAddress: Errno { get }

Mentioned in

Discussion

An address passed as an argument to a system call was invalid.

The corresponding C error is EFAULT.

See Also

System Call Errors