Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/nats-io/nats.go
/ jsError
Struct
jsError
jserrors.go:246–249 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
244
}
245
246
type
jsError
struct
{
247
apiErr *APIError
248
message string
249
}
250
251
func
(err *jsError) APIError() *APIError {
252
return
err.apiErr
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected