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

Method Error

codersdk/chats.go:1811–1816  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1809}
1810
1811func (e *chatUsageLimitExceededError) Error() string {
1812 if e.err == nil {
1813 return e.response.Message
1814 }
1815 return e.err.Error()
1816}
1817
1818func (e *chatUsageLimitExceededError) Unwrap() error {
1819 return e.err

Callers 1

readRawBodyAsErrorFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected