Skip to content

Commit

Permalink
Oops
Browse files Browse the repository at this point in the history
  • Loading branch information
firelizzard18 committed May 10, 2024
1 parent 6f238bb commit 69be188
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/errors/enums_gen.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2023 The Accumulate Authors
// Copyright 2024 The Accumulate Authors
//
// Use of this source code is governed by an MIT-style
// license that can be found in the LICENSE file or at
Expand Down Expand Up @@ -98,7 +98,7 @@ const PeerMisbehaved Status = 507
// InvalidRecord means the database has one or more invalid records.
const InvalidRecord Status = 508

// StreamAborted is equivalent to [io.UnexpectedEOF].
// StreamAborted is equivalent to [io.ErrUnexpectedEOF].
const StreamAborted Status = 509

// GetEnumValue returns the value of the Status
Expand Down

0 comments on commit 69be188

Please sign in to comment.