MCPcopy Create free account
hub / github.com/cli/cli / Error

Method Error

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

Source from the content-addressed store, hash-verified

949}
950
951func (e AcceptPermissionsRequiredError) Error() string {
952 return e.Message
953}
954
955// startCreate starts the creation of a codespace.
956// It may return success or an error, or errProvisioningInProgress indicating that the operation

Calls

no outgoing calls