tridion-sites-extensions-api-docs

Home > @tridion-sites/open-api-client > ErrorType

ErrorType enum

Enum of load error types.

Members: * None - No error.

* Error - General error.

* SecurityError - User has no permissions to read an item.

* UnknownByClient - Special reserved value used to notify an older API version client about the presence of an enumeration member added in a later API version. Explicitly setting this value by a client is not allowed, but client code should check it and be able to handle such cases.

Signature:

export declare enum ErrorType

Enumeration Members

Member Value Description
ERROR "Error"  
NONE "None"  
SECURITY_ERROR "SecurityError"  
UNKNOWN_BY_CLIENT "UnknownByClient"