String returns the string representation, useful for debugging.
()
| 126 | |
| 127 | // String returns the string representation, useful for debugging. |
| 128 | func (e APIError) String() string { |
| 129 | return fmt.Sprintf(errStringFormat, e.grpcCode, e.Message()) |
| 130 | } |