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

Struct AcceptPermissionsRequiredError

internal/codespaces/api/api.go:946–949  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

944var errProvisioningInProgress = errors.New("provisioning in progress")
945
946type AcceptPermissionsRequiredError struct {
947 Message string `json:"message"`
948 AllowPermissionsURL string `json:"allow_permissions_url"`
949}
950
951func (e AcceptPermissionsRequiredError) Error() string {
952 return e.Message

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected