Type Alias ImportItemError

Error detail for a single semantic type that could not be imported.

type ImportItemError = {
    code: string;
    label: string;
    message: string;
}
Index
code: string

Application error code identifying the failure reason.

label: string

Label of the semantic type that failed.

message: string

Human-readable error description in English.