TableError: {
    content: ReferringEntryMissingTableError;
    type: "referringEntryMissing";
} | {
    content: ReferredEntryMissingTableError;
    type: "referredEntryMissing";
} | {
    content: InvalidValueTableError;
    type: "valueInvalid";
} | {
    content: UniqueMemberCollisionTableError;
    type: "uniqueMemberCollision";
} | {
    content: ConsistencyTableError;
    type: "tableInconsistent";
}

Type declaration

Type declaration

Type declaration

Type declaration

Type declaration