MCPcopy Create free account
hub / github.com/AndroidPoet/playconsole-cli / Error

Method Error

internal/api/enablement.go:24–26  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

22}
23
24func (e *APIEnablementError) Error() string {
25 return fmt.Sprintf("API '%s' is not enabled", e.APIName)
26}
27
28// ParseAPIEnablementError checks if an error is due to a disabled API
29// and extracts the relevant information

Calls

no outgoing calls