Every error this package raises. Catch this one type and switch on FcbError.code -- no reader path throws a bare Error, a TypeError from a transport, or a Node ENOENT; those are all wrapped.
Error
TypeError
ENOENT
Readonly
Which category of failure this is. message is always prefixed with the code's own text, so a logged message stays self-describing.
message
Every error this package raises. Catch this one type and switch on FcbError.code -- no reader path throws a bare
Error, aTypeErrorfrom a transport, or a NodeENOENT; those are all wrapped.