Code returns the error's status code.
()
| 213 | |
| 214 | // Code returns the error's status code. |
| 215 | func (e *Error) Code() Code { |
| 216 | return e.code |
| 217 | } |
| 218 | |
| 219 | // Details returns the error's details. |
| 220 | func (e *Error) Details() []*ErrorDetail { |
no outgoing calls