Site icon EfmSoft

What does errno 80 (EAUTH) mean?

 
Could be also:
ConstantTypeOS
ERROR_FILE_EXISTSWin32 errorWindows
ELIBBADerrnoLinux
ENOTUNIQerrnoSolaris
PAGE_FAULT_IN_NONPAGED_AREABugCheck CodeWindows
Previous Next
ELIBBAD ENOTUNIQ

EAUTH

EAUTH is a Darwin errno for a failed authentication step. It is not a generic synonym for a filesystem permission denial. The BSD definition historically used it for an invalid authentication ticket while mounting NFS; current Apple documentation also uses this result when file-system container authentication has failed.

The code tells you that the component reached an authentication boundary and rejected the available authenticator. It does not identify the credential format or protocol on its own: the failing API may be handling an NFS credential, a user-mediated file-system unlock, or another component-specific authentication exchange. The operation, provider, object, and preceding authentication state are therefore part of the error’s meaning.

Different from a missing authenticator

Evidence that makes the error actionable

References


Looking for a different code? Search another status or error code.

Exit mobile version