|
@@ -6,7 +6,7 @@ import (
|
|
)
|
|
)
|
|
|
|
|
|
type WTErrorClass interface {
|
|
type WTErrorClass interface {
|
|
- WTErrorClass()
|
|
|
|
|
|
+ WTErrorClass_TAG()
|
|
|
|
|
|
Code() string
|
|
Code() string
|
|
Msg() string
|
|
Msg() string
|
|
@@ -23,7 +23,7 @@ type wtErrorClass struct {
|
|
base bool
|
|
base bool
|
|
}
|
|
}
|
|
|
|
|
|
-func (c *wtErrorClass) WTErrorClass() {}
|
|
|
|
|
|
+func (c *wtErrorClass) WTErrorClass_TAG() {}
|
|
|
|
|
|
func (c *wtErrorClass) Code() string {
|
|
func (c *wtErrorClass) Code() string {
|
|
return c.code
|
|
return c.code
|