MCPcopy Create free account
hub / github.com/enriquebris/goconcurrentqueue / Error

Method Error

error.go:23–25  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

21}
22
23func (st *QueueError) Error() string {
24 return st.message
25}
26
27func (st *QueueError) Code() string {
28 return st.code

Calls

no outgoing calls