dserrors

package
v0.0.0-...-d66e16b Latest Latest
Warning

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

Go to latest
Published: Jul 19, 2021 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	// ErrorBadDatasource is only returned when the plugin instance's type could not be asserted
	ErrorBadDatasource = errors.New("instance from plugin context is not a Github Datasource")

	// ErrorQueryTypeUnimplemented is returned when the client sends an unrecognized querytype
	ErrorQueryTypeUnimplemented = errors.New("the query type provided is not implemented")

	// ErrorQueryTypeMissing is returned when the client does not send a query type
	ErrorQueryTypeMissing = errors.New("the query type was not provided in the URL")

	// ErrorTimeFieldNotSupported is returned when a time field sent is not supported / recognized. This can be returned when querying for any data that has multiple time fields, like Issues and Pull Requests
	ErrorTimeFieldNotSupported = errors.New("the selected time field is not supported")
)

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

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