message

package
v0.0.0-...-304ffbb Latest Latest
Warning

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

Go to latest
Published: Mar 15, 2024 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Overview

Copyright © 2020 Romber Li <romber2001@gmail.com>

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

Index

Constants

View Source
const (
	ErrPrintHelpInfo                           = 400001
	ErrEmptyLogFileName                        = 400002
	ErrNotValidLogFileName                     = 400003
	ErrNotValidLogLevel                        = 400004
	ErrNotValidLogFormat                       = 400005
	ErrNotValidLogMaxSize                      = 400006
	ErrNotValidLogMaxDays                      = 400007
	ErrNotValidLogMaxBackups                   = 400008
	ErrNotValidServerPort                      = 400009
	ErrNotValidPidFile                         = 400010
	ErrValidateConfig                          = 400011
	ErrInitDefaultConfig                       = 400012
	ErrReadConfigFile                          = 400013
	ErrOverrideCommandLineArgs                 = 400014
	ErrAbsoluteLogFilePath                     = 400015
	ErrInitLogger                              = 400016
	ErrRotateLogFile                           = 400017
	ErrBaseDir                                 = 400018
	ErrInitConfig                              = 400019
	ErrCheckServerPid                          = 400020
	ErrCheckServerRunningStatus                = 400021
	ErrServerIsRunning                         = 400022
	ErrStartAsForeground                       = 400023
	ErrSavePidToFile                           = 400024
	ErrKillServerWithPid                       = 400025
	ErrKillServerWithPidFile                   = 400026
	ErrGetPidFromPidFile                       = 400027
	ErrSetSid                                  = 400028
	ErrRemovePidFile                           = 400029
	ErrNotValidDBAddr                          = 400030
	ErrNotValidDBName                          = 400031
	ErrNotValidDBUser                          = 400032
	ErrNotValidDBPass                          = 400033
	ErrNotValidDBPoolMaxConnections            = 400034
	ErrNotValidDBPoolInitConnections           = 400035
	ErrNotValidDBPoolMaxIdleConnections        = 400036
	ErrNotValidDBPoolMaxIdleTime               = 400037
	ErrNotValidDBPoolKeepAliveInterval         = 400038
	ErrInitConnectionPool                      = 400039
	ErrNotValidServerReadTimeout               = 400040
	ErrNotValidServerWriteTimeout              = 400041
	ErrNotValidServerAddr                      = 400042
	ErrNotValidServerRouterAlternativeBasePath = 400043
	ErrNotValidServerRouterHTTPErrorCode       = 400044
	ErrFieldNotExists                          = 400045
	ErrGetRawData                              = 400046
	ErrUnmarshalRawData                        = 400047
	ErrGenerateNewMapWithTag                   = 400048
	ErrMarshalData                             = 400049
	ErrTypeConversion                          = 400050
	ErrFieldNotExistsOrWrongType               = 400051
	ErrNotValidTimeLayout                      = 400052
	ErrNotValidTimeDuration                    = 400053
	ErrGetResponseCode                         = 400054
	ErrSetResponseCode                         = 400055
	ErrGinRecovery                             = 400056
)
View Source
const (
	// server
	InfoServerStart      = 200001
	InfoServerStop       = 200002
	InfoServerIsRunning  = 200003
	InfoServerNotRunning = 200004
)
View Source
const DefaultMessageHeader = "GTW"

Variables

View Source
var Messages = map[int]*config.ErrMessage{}

Functions

func NewMessage

func NewMessage(code int, values ...interface{}) *config.ErrMessage

NewMessage returns *config.ErrMessage with specified values

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