DERIVATIVE_TYPE_IMAGE_PREFERRED [line 50]
DERIVATIVE_TYPE_IMAGE_PREFERRED = 3
|
|
Preferred image type
DERIVATIVE_TYPE_IMAGE_RESIZE [line 45]
DERIVATIVE_TYPE_IMAGE_RESIZE = 2
|
|
Resized image type
DERIVATIVE_TYPE_IMAGE_THUMBNAIL [line 40]
DERIVATIVE_TYPE_IMAGE_THUMBNAIL = 1
|
|
Thumbnail image type
ERROR_BAD_DATA_TYPE [line 321]
ERROR_BAD_DATA_TYPE = 0x00004000
|
|
You attempted an operation which had a bad data type.
ERROR_BAD_PARAMETER [line 270]
ERROR_BAD_PARAMETER = 0x00000010
|
|
One of the parameters passed to this function is bad.
ERROR_BAD_PATH [line 316]
ERROR_BAD_PATH = 0x00002000
|
|
You attempted an operation which had a bad path component.
ERROR_BAD_PLUGIN [line 356]
ERROR_BAD_PLUGIN = 0x00200000
|
|
Something went wrong when loading or activating a plugin.
ERROR_BROKEN_DERIVATIVE [line 341]
ERROR_BROKEN_DERIVATIVE = 0x00040000
|
|
You did an operation on a derivative that is broken.
ERROR_COLLISION [line 253]
ERROR_COLLISION = 0x00000002
|
|
A name collision happened in the filesystem or database as a result of this operation. A common cause of this is attempting to use an existing filename when moving an item from one location to another.
ERROR_CONFIGURATION_REQUIRED [line 361]
ERROR_CONFIGURATION_REQUIRED = 0x00400000
|
|
The module you tried to use requires configuration.
ERROR_DELETED_OBJECT [line 311]
ERROR_DELETED_OBJECT = 0x00001000
|
|
You attempted an illegal operation on a deleted object.
ERROR_ILLEGAL_CHILD [line 326]
ERROR_ILLEGAL_CHILD = 0x00008000
|
|
You attempted to add a child to a GalleryItem which can't have children.
ERROR_LOCK_IN_USE [line 265]
ERROR_LOCK_IN_USE = 0x00000008
|
|
The lock you're trying to acquire is currently in use and was not released within the timeout period you specified.
ERROR_LOCK_REQUIRED [line 301]
ERROR_LOCK_REQUIRED = 0x00000400
|
|
You attempted an operation which requires a lock.
ERROR_LOCK_TIMEOUT [line 351]
ERROR_LOCK_TIMEOUT = 0x00100000
|
|
You were unable to get a lock in the time allotted.
ERROR_MISSING_OBJECT [line 259]
ERROR_MISSING_OBJECT = 0x00000004
|
|
The object you're trying to access is no longer available. Perhaps it was deleted. You shouldn't get this when an object has simply moved.
ERROR_MISSING_VALUE [line 275]
ERROR_MISSING_VALUE = 0x00000020
|
|
You're missing a value necessary to continue with the current operation.
ERROR_OBSOLETE_DATA [line 296]
ERROR_OBSOLETE_DATA = 0x00000200
|
|
You attempted to modify an object using an in-memory version that is out of date with the version that's in the storage.
ERROR_OUT_OF_SPACE [line 371]
ERROR_OUT_OF_SPACE = 0x01000000
|
|
You don't have enough space for the operation required.
ERROR_PERMISSION_DENIED [line 366]
ERROR_PERMISSION_DENIED = 0x00800000
|
|
You don't have permission to complete the given action.
ERROR_PLATFORM_FAILURE [line 336]
ERROR_PLATFORM_FAILURE = 0x00020000
|
|
We experienced a platform specific error (perhaps filesystem related)
ERROR_PLUGIN_VERSION_MISMATCH [line 376]
ERROR_PLUGIN_VERSION_MISMATCH = 0x02000000
|
|
The plugin exists, but the version on disk doesn't match the version in the database.
ERROR_REQUEST_FORGED [line 290]
ERROR_REQUEST_FORGED = 0x00000100
|
|
You attempted an operation which requires a valid authentication token.
ERROR_STORAGE_CONNECTION [line 285]
ERROR_STORAGE_CONNECTION = 0x00000080
|
|
A storage operation was attempted with an invalid storage connection.
ERROR_STORAGE_FAILURE [line 280]
ERROR_STORAGE_FAILURE = 0x00000040
|
|
An unspecified storage error occurred.
ERROR_TOOLKIT_FAILURE [line 331]
ERROR_TOOLKIT_FAILURE = 0x00010000
|
|
An unspecified error occured while completing a toolkit command..
ERROR_UNIMPLEMENTED [line 381]
ERROR_UNIMPLEMENTED = 0x40000000
|
|
The operation you attempted is unimplemented.
ERROR_UNKNOWN [line 386]
ERROR_UNKNOWN = 0x80000000
|
|
An unknown error occurred.
ERROR_UNSUPPORTED_FILE_TYPE [line 306]
ERROR_UNSUPPORTED_FILE_TYPE = 0x00000800
|
|
You tried a file operation on an unsupported file type.
ERROR_UNSUPPORTED_OPERATION [line 346]
ERROR_UNSUPPORTED_OPERATION = 0x00080000
|
|
You tried an unsupported operation.
EXPORT_SCHEMA_VERSION [line 403]
EXPORT_SCHEMA_VERSION = '1.1'
|
|
Current Schema Version
EXTERNAL_ACCESS_FULL [line 393]
EXTERNAL_ACCESS_FULL = 0x00000003
|
|
EXTERNAL_ACCESS_READ [line 391]
EXTERNAL_ACCESS_READ = 0x00000001
|
|
External access for entity members (default: none)
EXTERNAL_ACCESS_WRITE [line 392]
EXTERNAL_ACCESS_WRITE = 0x00000002
|
|
GALLERY_DEFAULT_VIEW [line 234]
GALLERY_DEFAULT_VIEW = 'core.ShowItem'
|
|
Default view
GALLERY_ERROR [line 246]
GALLERY_ERROR = 0x00000001
|
|
The operation had errors
Information Tags:
Todo: | (bharat): Get rid of this; it's no longer necessary |
GALLERY_PERMISSION_ALL_ACCESS [line 172]
GALLERY_PERMISSION_ALL_ACCESS = 0x00000001
|
|
This is the special "All Access" permission
GALLERY_PERMISSION_COMPOSITE [line 177]
GALLERY_PERMISSION_COMPOSITE = 0x00000002
|
|
This permission is a composite of other permissions
GALLERY_PERMISSION_SESSION_KEY [line 182]
GALLERY_PERMISSION_SESSION_KEY = 'core.sessionPermissionEntityIds'
|
|
Key for storing permissions granted to this session
GROUP_ALL_USERS [line 66]
The "all users" group (everybody but the guest account)
GROUP_EVERYBODY [line 76]
The "everybody" group (all users plus any guest accounts)
GROUP_NORMAL [line 61]
A normal group
GROUP_SITE_ADMINS [line 71]
The "site admins" group
HIGHER_WEIGHT [line 160]
Indicate a higher weight
LOCK_READ [line 193]
Read lock type
LOCK_WRITE [line 198]
Write lock type
LOWER_WEIGHT [line 155]
Indicate a lower weight
ORDER_ASCENDING [line 145]
Order in an ascending fashion
ORDER_DESCENDING [line 150]
ORDER_DESCENDING = 'desc'
|
|
Order in an descending fashion
STORAGE_FLAG_DELETED [line 127]
STORAGE_FLAG_DELETED = 0x00000002
|
|
Deleted flag
STORAGE_FLAG_NEWLY_CREATED [line 122]
STORAGE_FLAG_NEWLY_CREATED = 0x00000001
|
|
Newly created flag
STORAGE_SIZE_LARGE [line 134]
STORAGE_SIZE_LARGE = 0x00000004
|
|
STORAGE_SIZE_MEDIUM [line 133]
STORAGE_SIZE_MEDIUM = 0x00000002
|
|
STORAGE_SIZE_SMALL [line 132]
STORAGE_SIZE_SMALL = 0x00000001
|
|
Storage sizes
STORAGE_TYPE_BIT [line 117]
STORAGE_TYPE_BIT = 0x00000040
|
|
Bits type
STORAGE_TYPE_BOOLEAN [line 102]
STORAGE_TYPE_BOOLEAN = 0x00000008
|
|
Text type
STORAGE_TYPE_ID [line 112]
STORAGE_TYPE_ID = 0x00000020
|
|
ID type
STORAGE_TYPE_INTEGER [line 87]
STORAGE_TYPE_INTEGER = 0x00000001
|
|
Integer type
STORAGE_TYPE_STRING [line 92]
STORAGE_TYPE_STRING = 0x00000002
|
|
String type
STORAGE_TYPE_TEXT [line 97]
STORAGE_TYPE_TEXT = 0x00000004
|
|
Text type
STORAGE_TYPE_TIMESTAMP [line 107]
STORAGE_TYPE_TIMESTAMP = 0x00000010
|
|
Timestamp type
VIEW_TYPE_ADMIN [line 219]
Administration view
VIEW_TYPE_ERROR [line 229]
Error page
VIEW_TYPE_MODULE [line 209]
Module view
VIEW_TYPE_PROGRESS_BAR [line 224]
VIEW_TYPE_PROGRESS_BAR = 4
|
|
Progress bar
VIEW_TYPE_SHOW_ITEM [line 214]
ShowItem view