StatusErrorCode returns 0 for common resource routes or the error code that an http error handler registered on.
()
| 16 | // StatusErrorCode returns 0 for common resource routes |
| 17 | // or the error code that an http error handler registered on. |
| 18 | StatusErrorCode() int |
| 19 | |
| 20 | // Method returns the route's method. |
| 21 | Method() string |