()
| 878 | } |
| 879 | |
| 880 | func (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 |
no outgoing calls