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

Properties

code: "InvalidTransition"
currentState: string

Every Import Operation is assigned one of the following states.

message: string
newState: string

Every Import Operation is assigned one of the following states.