const (
// EC1 represents there is an error1 EC1 ErrorCode = iota// EC2 represents there is an error2 EC2
// EC3 represents there is an error3 EC3
// EC4 represents there is an error4 EC4
// SME SendMailError SME
// DBE DatabaseError DBE
// PSE PubSubError PSE
)