File: errors.go

package info (click to toggle)
golang-github-rluisr-mysqlrouter-go 1.2.0-2
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 264 kB
  • sloc: sh: 215; javascript: 15; makefile: 11
file content (7 lines) | stat: -rw-r--r-- 189 bytes parent folder | download
1
2
3
4
5
6
7
package mysqlrouter

// Error messages
const (
	errEmptyClientInformation = "invalid information: url is must not be empty"
	errStatusCode             = "response status code is not 200"
)