Error implements the error interface.
()
| 80 | |
| 81 | // Error implements the error interface. |
| 82 | func (msg Error) Error() string { |
| 83 | return msg.Err.Error() |
| 84 | } |
| 85 | |
| 86 | // IsType judges one error. |
| 87 | func (msg *Error) IsType(flags ErrorType) bool { |
no outgoing calls