error

package
v0.0.0-...-905eacb Latest Latest
Warning

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

Go to latest
Published: Jul 30, 2024 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

View Source
const (
	JobNotFound         string = "job not found"
	JobExists           string = "job already exists"
	JobNameEmpty        string = "job name cannot be empty"
	JobDurationEmpty    string = "job duration cannot be empty"
	JobDurationInvalid  string = "job duration should be greater than 0"
	JobCreateError      string = "error creating the job"
	JobUpdateError      string = "error updating the job"
	JobDeleteError      string = "error deleting the job"
	JobGetError         string = "error getting the job"
	JobListError        string = "error listing the jobs"
	JobInvalidID        string = "invalid job ID"
	ProcessError        string = "error processing the request"
	BindingError        string = "error binding the request"
	InternalServerError string = "internal server error"
	JobNameInvalid      string = "job name is invalid, it should have a-z, A-Z, 0-9, and _ only"
	ErrInvalidJob       string = "invalid job"
)

Variables

This section is empty.

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