ErrorCode should return a code that describes the error, which was returned by one of the other methods in this interface.
(error)
| 48 | // ErrorCode should return a code that describes the error, which was returned |
| 49 | // by one of the other methods in this interface. |
| 50 | ErrorCode(error) gcerrors.ErrorCode |
| 51 | } |