Home > @tridion-sites/open-api-client > LoadInfo
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