The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

EXCEPTIONS

modwheel-no-site-selected

no site specified when creating Modwheel object.

object-can-not-get-parent

Couldn't fetch parent object for the selected object.

object-save-missing-field

A required field was missing when trying to save object.

object-tags-missing-field

A required field was missing when trying to fetch tags for a object.

object-parent-loop

While iterating over objects we found that a object has itself as parent.

object-exprbyid-loop

exprbyid() has found a potential infinite loop

object-tag-create-missing-field

A required field was missing when trying to create a new tag.

object-tag-delete-missing-field

A required field was missing when trying to create delete a tag.

object-tag-connect-missing-field

A required field was missing when trying to connect a object with a tag.

object-tag-disconnect-missing-field

A required field was missing when trying to disconnect a object from a tag.

object-tag-no-such-tag

No tag with the given name.

repository-upload-missing-field

Missing required argument for repository upload.

repository-upload-parent-id-not-digit

Parent id specified for repository upload was not a digit.

repository-upload-mkdir-error

Couldn't create directory in repository.

repository-could-not-delete-file

Unable to delete the file from repository.

repository-could-not-delete-entry

Unable to delete repository database entry.

repository-open-file-shell-escape

Shell escape poisoning attempt detected.

repository-open-can-not-stat

Could not get stat() for file.

repository-open-race-condition

Possible race condition detected while opening file for writing.

user-uid-not-digit

User id given is not a digit.

user-no-such-user

No such username or no password set for user.

user-login-failed

No such username or password

user-update-missing-user

No username/user-id specified for user update.

user-missing-field

Missing username or password while trying to create, update, delete a user, or get information about user.

user-create-already-exists

A user with that username already exists.

db-build-query-missing-where

Executing a sql delete or update statement without a where clause is rarely what we want, so this generates an error.

db-connection-error

Could not connect to database.

db-prepare-without-query

prepare() was called without query.

db-query-error

Something wrong with the given query.