authelia/internal/utils/constants.go

7 lines
146 B
Go

package utils
import "errors"
// ErrTimeoutReached error thrown when a timeout is reached
var ErrTimeoutReached = errors.New("timeout reached")