tridion-sites-extensions-api-docs

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

LoadInfo type

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

Signature:

export type LoadInfo = {
    $type?: string;
    readonly ErrorMessage?: string;
    readonly ErrorType?: ErrorType;
    readonly State?: LoadInfoState;
};

References: ErrorType, LoadInfoState