interface InvalidStateTransitionError {
    code: "InvalidTransition";
    currentState: string;
    message: string;
    newState: string;
}

Hierarchy (View Summary)

Properties

code: "InvalidTransition"

An error identifier.

currentState: string

Every Import Operation is assigned one of the following states.

message: string

A plain language description of the cause of an error.

newState: string

Every Import Operation is assigned one of the following states.