StatusCode returns the status code of this error.
()
| 51 | type StatusCodeCarrier interface { |
| 52 | // StatusCode returns the status code of this error. |
| 53 | StatusCode() int |
| 54 | } |
| 55 | |
| 56 | // RequestIDCarrier can be implemented by an error to support error contexts. |
no outgoing calls