Reference returns the reference document.
()
| 41 | |
| 42 | // Reference returns the reference document. |
| 43 | func (coder ErrCode) Reference() string { |
| 44 | return coder.Ref |
| 45 | } |
| 46 | |
| 47 | // HTTPStatus returns the associated HTTP status code, if any. Otherwise, |
| 48 | // returns 200. |
nothing calls this directly
no outgoing calls
no test coverage detected