StatusCode returns the HTTP status code associated with the error.
()
| 11 | |
| 12 | // StatusCode returns the HTTP status code associated with the error. |
| 13 | StatusCode() int |
| 14 | // PublicMessage returns the public message associated with the error. |
| 15 | PublicMessage() string |
| 16 | // ShouldReport indicates whether the error should be reported. |
no outgoing calls