Documentation ¶
Index ¶
Constants ¶
View Source
const ( InternalServiceError ce = "internal service error" InvalidArgument ce = "invalid argument" NilArgument ce = "nil argument" NilReturnValue ce = "nil return value" InvalidReturnValue ce = "invalid return value" ConnectionError ce = "connection error" NotSupported ce = "not supported" ClosedChannel ce = "closed channel" TypeMismatch ce = "type mismatch" AccessDenied ce = "access denied" NotFound ce = "not found" AlreadyExist ce = "already exist" FileError ce = "file error" SerializationError ce = "serialization error" DeserializationError ce = "deserialization error" JustError ce = "error" )
Variables ¶
This section is empty.
Functions ¶
func SetErrorFormat ¶
func SetTimeFormat ¶
Types ¶
type CE ¶
type CE = Consterror
type Consterror ¶
type Consterror string
Click to show internal directories.
Click to hide internal directories.