Unity - Scripting API: ErrorCode
enumeration
Success!
Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.
Submission failed
For some reason your suggested change could not be submitted. Please <a>try again</a> in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.
Description
Package operation Error.
Properties
| Property | Description |
|---|---|
| Unknown | Operation resulted in an unknown error. |
| NotFound | A package required to fulfill the operation was not found. |
| Forbidden | Operation was not allowed. |
| InvalidParameter | Operation had invalid parameters. |
| Conflict | Conflicting package versions were found. |
| AggregateError | One ore more errors occurred during the operation. |