MCPcopy Create free account
hub / github.com/bricks-cloud/BricksLLM / WarningError

Struct WarningError

internal/errors/warning_err.go:3–5  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1package errors
2
3type WarningError struct {
4 message string
5}
6
7func NewWarningError(msg string) *WarningError {
8 return &WarningError{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected