Skip to content

errorFromFtpReply

function errorFromFtpReply(input: FtpReplyErrorInput): ZeroTransferError;

Defined in: src/errors/errorFactory.ts:46

Maps an FTP reply into the closest typed ZeroTransfer error.

ParameterTypeDescription
inputFtpReplyErrorInputFTP code, message, and optional operation context.

ZeroTransferError

A structured error subclass with stable code and retryability metadata.