Type alias UpdateError

UpdateError: {
    context: any;
    data: Error[];
    kind: "ERRORS";
}

An error that occurred during a graph update.

Type declaration

  • context: any

    Context where the error occurred.

  • data: Error[]

    Array of errors.

  • kind: "ERRORS"

    Kind.

Generated using TypeDoc