ConstantsVersion: 2.5On this pageActorExitCodes Standard exit codes used by Actors to indicate run completion status. These codes follow Unix conventions where 0 indicates success and non-zero values indicate various types of failures.Index ErrorsERROR_USER_FUNCTION_THREWEnumeration MembersSUCCESSErrors ERROR_USER_FUNCTION_THREWERROR_USER_FUNCTION_THREW: 91Actor failed because the main function threw an unhandled exception.Enumeration Members SUCCESSSUCCESS: 0Actor completed successfully without any errors.
Standard exit codes used by Actors to indicate run completion status.
These codes follow Unix conventions where 0 indicates success and non-zero values indicate various types of failures.