A message holding any errors associated with a node.

interface ErrorStatus {
    errors: string;
}

Properties

Properties

errors: string

The errors, set to an empty string when any errors have been cleared.