...

Package errs

import "github.com/peake100/turnup-go/errs"
Overview
Index

Overview ▾

Index ▾

Package files

errors.go

Variables

var ErrBadPatternIndex = errors.New("pattern index value must be 0-4")
var ErrImpossibleTickerPrices = errors.New(
    "could not generate possibilities because ticker prices are impossible",
)
var ErrNoSundayPricePeriod = errors.New("there are no price periods on sunday")
var ErrPatternStringValue = errors.New("could not parse pattern from string")
var ErrUnknownBaseChanceInvalid = errors.New(
    "'UNKNOWN' is not an in-game pattern and does not have a base chance",
)
var ErrUnknownPhasesInvalid = errors.New(
    "'UNKNOWN' is not an in-game pattern and does not have a phase progression'",
)