Skip to content

Commit

Permalink
Update pkg/errs/errno.go
Browse files Browse the repository at this point in the history
Co-authored-by: Howard Lau <howardlau1999@hotmail.com>
  • Loading branch information
rleungx and howardlau1999 authored Sep 1, 2020
1 parent 2f017a1 commit a315a9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/errs/errno.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ var (

// member errors
var (
ErretcdLeaderNotFound = errors.Normalize("etcd leader not found", errors.RFCCodeText("PD:member:ErretcdLeaderNotFound"))
ErrEtcdLeaderNotFound = errors.Normalize("etcd leader not found", errors.RFCCodeText("PD:member:ErrEtcdLeaderNotFound"))
ErrMarshalLeader = errors.Normalize("marshal leader failed", errors.RFCCodeText("PD:member:ErrMarshalLeader"))
)

Expand Down

0 comments on commit a315a9d

Please sign in to comment.