enumeration
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.
CloseFor 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.
CloseResult of an integrator operation.
Success | The integration succeeded. |
Cancelled | The integration was cancelled. |
JobFailed | The integration failed due to an internal job error. |
OutOfMemory | The integration failed because it ran out of memory. |
InvalidInput | The integration failed due to invalid input. |
LowLevelAPIFailure | The integration failed due to a low level API failure. |
IOFailed | The integration failed due to a file IO error. |
Undefined | The integration failed due to an undefined error. Please consider reporting a bug if you encounter this error type. |