()
| 949 | } |
| 950 | |
| 951 | func (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 |
no outgoing calls