Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bricks-cloud/BricksLLM
/ CostLimitError
Struct
CostLimitError
internal/errors/cost_limit_err.go:3–5 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
package
errors
2
3
type
CostLimitError
struct
{
4
message string
5
}
6
7
func
NewCostLimitError(msg string) *CostLimitError {
8
return
&CostLimitError{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected