Skip to main content
Version: 2.5

ActorExitCodes

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

Errors

Enumeration Members

Errors

ERROR_USER_FUNCTION_THREW

ERROR_USER_FUNCTION_THREW: 91

Actor failed because the main function threw an unhandled exception.

Enumeration Members

SUCCESS

SUCCESS: 0

Actor completed successfully without any errors.

Page Options