errors

package
v0.1.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 2, 2022 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var Statuses map[int]string = map[int]string{
	200: "OK",
	400: "Bad Request",
	401: "Unauthorized",
	403: "Forbidden",
	404: "Not Found",
	415: "Unsupported Media Type",
	429: "Rate Limit Exceeded",
	500: "Internal Server Error",
	503: "Service Unavailable",
}

Functions

This section is empty.

Types

type ErrDataLimitExceeded

type ErrDataLimitExceeded error

func RaiseDataLimitExceeded

func RaiseDataLimitExceeded(message string) ErrDataLimitExceeded

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL