> For the complete documentation index, see [llms.txt](https://developers.docs.bantufoundation.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://developers.docs.bantufoundation.org/api/errors/result-codes/operation-specific/bump-sequence.md).

# 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](/start/list-of-operations.md#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).
