Lines Matching full:details
58 The details of such an error will be printed to standard error in plain text.
168 section below for function-specific details on error return codes.
256 details describing what caused the error.
258 Lua table, or Nil if no error details were returned.
259 Different keys will exist in the error details table depending on the function
264 Or, the error details can be retrieved:
266 .No errno, details = Sy zfs.sync.promote Ns Pq dataset
268 assert(details ~= Nil)
269 list_of_conflicting_snapshots = details
464 or a non-zero error code if it would fail, along with any other error details.
634 errno, details = zfs.check.promote(ds)
636 assert(details ~= Nil)
637 for i, snap in ipairs(details) do