ErrorCode should return a code that describes the error, which was returned by one of the other methods in this interface.
(error)
| 254 | // ErrorCode should return a code that describes the error, which was returned by |
| 255 | // one of the other methods in this interface. |
| 256 | ErrorCode(error) gcerrors.ErrorCode |
| 257 | |
| 258 | // As converts i to driver-specific types. |
| 259 | // See https://gocloud.dev/concepts/as/ for background information. |
no outgoing calls