Files
mautrix-telegram/pkg/gotd/exchange/errors.go
T
2025-06-27 20:03:37 -07:00

10 lines
261 B
Go

package exchange
import (
"github.com/go-faster/errors"
)
// ErrKeyFingerprintNotFound is returned when client can't find keys by fingerprints
// provided by server during key exchange.
var ErrKeyFingerprintNotFound = errors.New("key fingerprint not found")