MCPcopy Index your code
hub / github.com/coder/coder / StatusCode

Method StatusCode

codersdk/client.go:500–502  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

498}
499
500func (e *Error) StatusCode() int {
501 return e.statusCode
502}
503
504func (e *Error) Method() string {
505 return e.method

Calls

no outgoing calls