[][src]Module pathrs::error

Error types for libpathrs.

Structs

Backtrace

A wrapper around backtrace::Backtrace.

FrozenFd

Representation of a file descriptor and its associated path at a given point in time.

Enums

Error

The primary error type returned by libpathrs.

SyscallError

Internal error returned by libpathrs's syscall wrappers.

Statics

BACKTRACES_ENABLED

Controls whether backtraces will be generated during error handling within libpathrs.