Home > @tridion-sites/models > LoadInfo
Represents the information about the error that was thrown while loading an item.
Signature:
export declare class LoadInfo
Constructor | Modifiers | Description |
---|---|---|
(constructor)({ backendModel, errorType, state }) | Constructs a new instance of the LoadInfo class |
Property | Modifiers | Type | Description |
---|---|---|---|
_backendModel | BackendLoadInfo | ||
errorMessage | string | Error message. | |
errorType | LoadInfoErrorType | undefined | Error type. | |
getInternalModel | () => BackendLoadInfo | ||
state | LoadInfoState | undefined | Load state of item. |