resolvers

package
v0.0.0-...-870ec01 Latest Latest
Warning

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

Go to latest
Published: Apr 21, 2022 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

View Source
const (
	MaxDepth   = 4
	QueryLimit = 150
)

Variables

View Source
var (
	ErrInvalidName           = fmt.Errorf("Invalid Name")
	ErrLoginRequired         = fmt.Errorf("Authentication Required")
	ErrInvalidOwner          = fmt.Errorf("Invalid Owner ID")
	ErrInvalidTags           = fmt.Errorf("Too Many Tags (6)")
	ErrInvalidTag            = fmt.Errorf("Invalid Tags")
	ErrInvalidUpdate         = fmt.Errorf("Invalid Update")
	ErrUnknownEmote          = fmt.Errorf("Unknown Emote")
	ErrUnknownChannel        = fmt.Errorf("Unknown Channel")
	ErrUnknownUser           = fmt.Errorf("Unknown User")
	ErrUnknownRole           = fmt.Errorf("Unknown Role")
	ErrAccessDenied          = fmt.Errorf("Insufficient Privilege")
	ErrUserBanned            = fmt.Errorf("User Is Banned")
	ErrUserNotBanned         = fmt.Errorf("User Is Not Banned")
	ErrYourself              = fmt.Errorf("Don't Be Silly")
	ErrNoReason              = fmt.Errorf("No Reason")
	ErrInternalServer        = fmt.Errorf("Internal Server Error")
	ErrDepth                 = fmt.Errorf("Max Depth Exceeded (%v)", MaxDepth)
	ErrQueryLimit            = fmt.Errorf("Max Query Limit Exceeded (%v)", QueryLimit)
	ErrInvalidSortOrder      = fmt.Errorf("SortOrder is either 0 (descending) or 1 (ascending)")
	ErrEmoteSlotLimitReached = func(count int32) error {
		return fmt.Errorf("Channel Emote Slots Limit Reached (%d)", count)
	}
)

Functions

This section is empty.

Types

This section is empty.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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