tridion-sites-extensions-api-docs

Home > @tridion-sites/models > LoadInfo

LoadInfo class

Represents the information about the error that was thrown while loading an item.

Signature:

export declare class LoadInfo

Constructors

Constructor Modifiers Description
(constructor)({ backendModel, errorType, state })   Constructs a new instance of the LoadInfo class

Properties

Property Modifiers Type Description
_backendModel   BackendLoadInfo  
errorMessage   string Error message.
errorType   LoadInfoErrorType | undefined Error type.
getInternalModel   () => BackendLoadInfo  
state   LoadInfoState | undefined Load state of item.