# ri > Net::SFTP::Constants::StatusCodes

## [Net::SFTP::Constants::StatusCodes](https://www.chedong.com/phpMan.php/perldoc/Net%3A%3ASFTP%3A%3AConstants%3A%3AStatusCodes/markdown)

(from /home/chedong/.local/share/rdoc)
------------------------------------------------------------------------
When an FXP_STATUS packet is received from the server, the code will be
one of the following constants.
------------------------------------------------------------------------
## Constants:

FX_BAD_MESSAGE:
  [not documented]

FX_CONNECTION_LOST:
  [not documented]

FX_DIR_NOT_EMPTY:
  [not documented]

FX_EOF:
  [not documented]

FX_FAILURE:
  [not documented]

FX_FILE_ALREADY_EXISTS:
  [not documented]

FX_INVALID_FILENAME:
  [not documented]

FX_INVALID_HANDLE:
  [not documented]

FX_LINK_LOOP:
  [not documented]

FX_LOCK_CONFlICT:
  [not documented]

FX_NOT_A_DIRECTORY:
  [not documented]

FX_NO_CONNECTION:
  [not documented]

FX_NO_MEDIA:
  [not documented]

FX_NO_SPACE_ON_FILESYSTEM:
  [not documented]

FX_NO_SUCH_FILE:
  [not documented]

FX_NO_SUCH_PATH:
  [not documented]

FX_OK:
  [not documented]

FX_OP_UNSUPPORTED:
  [not documented]

FX_PERMISSION_DENIED:
  [not documented]

FX_QUOTA_EXCEEDED:
  [not documented]

FX_UNKNOWN_PRINCIPLE:
  [not documented]

FX_WRITE_PROTECT:
  [not documented]


