| 944 | var errProvisioningInProgress = errors.New("provisioning in progress") |
| 945 | |
| 946 | type AcceptPermissionsRequiredError struct { |
| 947 | Message string `json:"message"` |
| 948 | AllowPermissionsURL string `json:"allow_permissions_url"` |
| 949 | } |
| 950 | |
| 951 | func (e AcceptPermissionsRequiredError) Error() string { |
| 952 | return e.Message |
nothing calls this directly
no outgoing calls
no test coverage detected