Error returns the error message
()
| 10 | |
| 11 | // Error returns the error message |
| 12 | func (e *Error) Error() string { |
| 13 | return e.Message |
| 14 | } |
| 15 | |
| 16 | // GetErrorCode returns the error code |
| 17 | func GetErrorCode(err error) int32 { |
no outgoing calls
no test coverage detected