MCPcopy Index your code
hub / github.com/cli/cli / Error

Method Error

internal/codespaces/api/api.go:880–882  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

878}
879
880func (e AcceptPermissionsRequiredError) Error() string {
881 return e.Message
882}
883
884// startCreate starts the creation of a codespace.
885// It may return success or an error, or errProvisioningInProgress indicating that the operation

Calls

no outgoing calls