You are here

class FMMessage in N1ED - Visual editor as CKEditor plugin with Bootstrap support 7

Hierarchy

  • class \EdSDK\FileUploaderServer\lib\action\resp\Message

Expanded class hierarchy of FMMessage

1 file declares its use of FMMessage
FMDiskFileSystem.php in vendor/edsdk/flmngr-server-php/src/fs/FMDiskFileSystem.php

File

vendor/edsdk/flmngr-server-php/src/model/FMMessage.php, line 14

Namespace

EdSDK\FlmngrServer\model
View source
class FMMessage extends Message {
  const FM_FILE_DOES_NOT_EXIST = 10001;

  // File does not exist: %1
  const FM_UNABLE_TO_WRITE_PREVIEW_IN_CACHE_DIR = 10002;

  // Unable to write a preview into cache directory
  const FM_UNABLE_TO_CREATE_PREVIEW = 10003;

  // Unable to create a preview
  const FM_DIR_NAME_CONTAINS_INVALID_SYMBOLS = 10004;

  // Directory name contains invalid symbols
  const FM_DIR_NAME_INCORRECT_ROOT = 10005;

  // Directory has incorrect root
  const FM_FILE_IS_NOT_IMAGE = 10006;

  // File is not an image
  const FM_ROOT_DIR_DOES_NOT_EXIST = 10007;

  // Root directory does not exists
  const FM_UNABLE_TO_LIST_CHILDREN_IN_DIRECTORY = 10008;

  // Unable to list children in the directory
  const FM_UNABLE_TO_DELETE_DIRECTORY = 10009;

  // Unable to delete the directory
  const FM_UNABLE_TO_CREATE_DIRECTORY = 10010;

  // Unable to create a directory
  const FM_UNABLE_TO_RENAME = 10011;

  // Unable to rename
  const FM_DIR_CANNOT_BE_READ = 10012;

  // Directory can not be read
  const FM_ERROR_ON_COPYING_FILES = 10013;

  // Error on copying files
  const FM_ERROR_ON_MOVING_FILES = 10014;

  // Error on moving files
  const FM_NOT_ERROR_NOT_NEEDED_TO_UPDATE = 10015;

}

Members

Namesort descending Modifiers Type Description Overrides
FMMessage::FM_DIR_CANNOT_BE_READ constant
FMMessage::FM_DIR_NAME_CONTAINS_INVALID_SYMBOLS constant
FMMessage::FM_DIR_NAME_INCORRECT_ROOT constant
FMMessage::FM_ERROR_ON_COPYING_FILES constant
FMMessage::FM_ERROR_ON_MOVING_FILES constant
FMMessage::FM_FILE_DOES_NOT_EXIST constant
FMMessage::FM_FILE_IS_NOT_IMAGE constant
FMMessage::FM_NOT_ERROR_NOT_NEEDED_TO_UPDATE constant
FMMessage::FM_ROOT_DIR_DOES_NOT_EXIST constant
FMMessage::FM_UNABLE_TO_CREATE_DIRECTORY constant
FMMessage::FM_UNABLE_TO_CREATE_PREVIEW constant
FMMessage::FM_UNABLE_TO_DELETE_DIRECTORY constant
FMMessage::FM_UNABLE_TO_LIST_CHILDREN_IN_DIRECTORY constant
FMMessage::FM_UNABLE_TO_RENAME constant
FMMessage::FM_UNABLE_TO_WRITE_PREVIEW_IN_CACHE_DIR constant
Message::$args public property
Message::$code public property
Message::$files public property
Message::ACTION_NOT_FOUND constant
Message::createMessage public static function
Message::createMessageByFile public static function
Message::createMessageByFiles public static function
Message::DIR_DOES_NOT_EXIST constant
Message::DOWNLOAD_FAIL_CODE constant
Message::DOWNLOAD_FAIL_HOST_DENIED constant
Message::DOWNLOAD_FAIL_INCORRECT_URL constant
Message::DOWNLOAD_FAIL_IO constant
Message::DUPLICATE_NAME constant
Message::FILES_ERRORS constant
Message::FILES_NOT_SET constant
Message::FILE_ALREADY_EXISTS constant
Message::FILE_ERROR_DOES_NOT_EXIST constant
Message::FILE_ERROR_INCORRECT_IMAGE_EXT_CHANGE constant
Message::FILE_ERROR_SYNTAX constant
Message::FILE_IS_NOT_IMAGE constant
Message::FILE_SIZE_EXCEEDS_LIMIT constant
Message::IMAGE_PROCESS_ERROR constant
Message::INCORRECT_EXTENSION constant
Message::INTERNAL_ERROR constant
Message::MALFORMED_REQUEST constant
Message::MAX_RESIZE_HEIGHT_EXCEEDED constant
Message::MAX_RESIZE_WIDTH_EXCEEDED constant
Message::NO_FILE_UPLOADED constant
Message::UNABLE_TO_COPY_FILE constant
Message::UNABLE_TO_CREATE_UPLOAD_DIR constant
Message::UNABLE_TO_DELETE_FILE constant
Message::UNABLE_TO_DELETE_UPLOAD_DIR constant
Message::UNABLE_TO_WRITE_IMAGE_TO_FILE constant
Message::UPLOAD_ID_INCORRECT constant
Message::UPLOAD_ID_NOT_SET constant
Message::WRITING_FILE_ERROR constant
Message::__construct private function