Interface newSyscallError

Hierarchy

  • newSyscallError
  • NewSyscallError returns, as an error, a new [SyscallError] with the given system call name and error details. As a convenience, if err is nil, NewSyscallError returns nil.

    Parameters

    • syscall: string
    • err: Error

    Returns void

Generated using TypeDoc