Common properties for Infinisheet errors

interface InfinisheetError {
    message: string;
    type: string;
}

Hierarchy (View Summary)

Properties

Properties

message: string

End user message describing the problem

type: string

Discriminated union tag