MCPcopy
hub / github.com/QuantumNous/new-api / ErrOptionWithSkipRetry

Function ErrOptionWithSkipRetry

types/error.go:381–385  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

379}
380
381func ErrOptionWithSkipRetry() NewAPIErrorOptions {
382 return func(e *NewAPIError) {
383 e.skipRetry = true
384 }
385}
386
387func ErrOptionWithNoRecordErrorLog() NewAPIErrorOptions {
388 return func(e *NewAPIError) {

Callers 15

PlaygroundFunction · 0.92
RelayFunction · 0.92
getChannelFunction · 0.92
PreConsumeQuotaFunction · 0.92
preConsumeMethod · 0.92
reserveFundingMethod · 0.92
reserveTokenMethod · 0.92
NewBillingSessionFunction · 0.92
GetNextEnabledKeyMethod · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected