oasis_err

package
v0.3.2 Latest Latest
Warning

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

Go to latest
Published: Jun 8, 2022 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

View Source
const (
	SUCCESS          = 200
	ERROR            = 500
	INVALID_PARAMS   = 400
	ERROR_AUTH_TOKEN = 401

	//user
	PWD_INVALID  = 10001
	PWD_IS_EMPTY = 10002

	PWD_INVALID_OLD = 10003
	ACCOUNT_LOCK    = 10004
	//system
	DIR_ALREADY_EXISTS              = 20001
	FILE_ALREADY_EXISTS             = 20002
	FILE_OR_DIR_EXISTS              = 20003
	PORT_IS_OCCUPIED                = 20004
	COMMAND_ERROR_INVALID_OPERATION = 20005

	//zerotier
	GET_TOKEN_ERROR = 30001

	//disk
	NAME_NOT_AVAILABLE       = 40001
	DISK_NEEDS_FORMAT        = 40002
	DISK_BUSYING             = 40003
	REMOVE_MOUNT_POINT_ERROR = 40004
	FORMAT_ERROR             = 40005

	//app
	UNINSTALL_APP_ERROR  = 50001
	PULL_IMAGE_ERROR     = 50002
	DEVICE_NOT_EXIST     = 50003
	ERROR_APP_NAME_EXIST = 50004

	//file
	FILE_DOES_NOT_EXIST = 60001
	FILE_READ_ERROR     = 60002
	FILE_DELETE_ERROR   = 60003
	DIR_NOT_EXISTS      = 60004

	//shortcuts
	SHORTCUTS_URL_ERROR = 70001

	//person
	PERSON_REMOTE_ERROR   = 80001
	PERSON_DOWN_NOT_EXIST = 80002
	PERSON_EXIST_DOWNLOAD = 80003
	PERSON_NOT_EXIST_USER = 80004
	PERSON_EXIST_FRIEND   = 80005
	PERSON_MYSELF         = 80006
)

Variables

View Source
var MsgFlags = map[int]string{
	SUCCESS:          "ok",
	ERROR:            "fail",
	INVALID_PARAMS:   "Parameters Error",
	ERROR_AUTH_TOKEN: "Error auth token",

	PWD_INVALID:     "Invalid password",
	PWD_IS_EMPTY:    "Password is empty",
	PWD_INVALID_OLD: "Invalid old password",
	ACCOUNT_LOCK:    "Account is locked",

	DIR_ALREADY_EXISTS:  "Folder already exists",
	FILE_ALREADY_EXISTS: "File already exists",
	FILE_OR_DIR_EXISTS:  "File or folder already exists",
	PORT_IS_OCCUPIED:    "Port is occupied",

	GET_TOKEN_ERROR: "Get token error,Please log in to zerotier's official website to confirm whether the account is available",

	UNINSTALL_APP_ERROR:  "Error uninstalling app",
	PULL_IMAGE_ERROR:     "Error pulling image",
	DEVICE_NOT_EXIST:     "Device does not exist",
	ERROR_APP_NAME_EXIST: "App name already exists",

	NAME_NOT_AVAILABLE:       "Name not available",
	DISK_NEEDS_FORMAT:        "Drive needs to be formatted",
	REMOVE_MOUNT_POINT_ERROR: "Failed to remove mount point",
	DISK_BUSYING:             "Drive is busy",
	FORMAT_ERROR:             "Formatting failed, please check if the directory is occupied",

	FILE_DOES_NOT_EXIST: "File does not exist",

	DIR_NOT_EXISTS: "Directory does not exist",

	FILE_READ_ERROR:     "File read error",
	FILE_DELETE_ERROR:   "Delete error",
	SHORTCUTS_URL_ERROR: "URL error",

	PERSON_REMOTE_ERROR:             "Remote connection error",
	PERSON_DOWN_NOT_EXIST:           "Download record does not exist",
	PERSON_EXIST_DOWNLOAD:           "The same download task exists",
	PERSON_EXIST_FRIEND:             "Friend already exist",
	PERSON_NOT_EXIST_USER:           "User does not exist",
	PERSON_MYSELF:                   "You can not add yourself",
	COMMAND_ERROR_INVALID_OPERATION: "invalid operation",
}

Functions

func GetMsg

func GetMsg(code int) string

获取错误信息

Types

This section is empty.

Jump to

Keyboard shortcuts

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