OpenVeo server API for plugins

API Docs for: 7.0.0
Show:

database-errors

Summary

The list of common database errors with, for each error, its associated hexadecimal code.

var DATABASE_ERRORS = require('@openveo/api').storages.databaseErrors;

Properties

BUILD_FILTERS_UNKNOWN_OPERATION_ERROR

Syntax

BUILD_FILTERS_UNKNOWN_OPERATION_ERROR

Object final

Summary

An error occurring when an unsupported ResourceFilter operation is used.

REMOVE_COLLECTION_NOT_FOUND_ERROR

Syntax

REMOVE_COLLECTION_NOT_FOUND_ERROR

Object final

Summary

An error occurring when removing a collection which does not exist.

RENAME_COLLECTION_NOT_FOUND_ERROR

Syntax

RENAME_COLLECTION_NOT_FOUND_ERROR

Object final

Summary

An error occurring when renaming a collection which does not exist.