# Bump Sequence

These are result codes that communicate success (200) or failure (400) specific to the `Bump Sequence` operation.

Learn more about the [`Bump Sequence` operation](https://developers.docs.bantufoundation.org/start/list-of-operations#bump-sequence).

* OpSuccess `BUMP_SEQUENCE_SUCCESS`

  Sequence number has been bumped.
* op\_bad\_seq `BUMP_SEQUENCE_BAD_SEQ`

  The specified bumpTo sequence number is not a valid sequence number. It must be between 0 and INT64\_MAX (9223372036854775807 or 0x7fffffffffffffff).
