Typescript SDK Type Docs
    Preparing search index...

    Interface InvalidStateTransitionError

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

    Hierarchy (View Summary)

    Index

    Properties

    code: "InvalidTransition"

    An error identifier.

    currentState: ProcessingState

    Every Import Operation is assigned one of the following states.

    message: string

    A plain language description of the cause of an error.

    newState: ProcessingState

    Every Import Operation is assigned one of the following states.