VisualScriptExceptionType

Summary

Definition

Namespace: SDT4.Managed.Core.Exceptions
Assembly: SDT4.Managed.Core.dll

enum VisualScriptExceptionType

Fields

Name Type Description
Generic VisualScriptExceptionType General unhandled script error or custom user message.
InvalidArgument VisualScriptExceptionType A passed argument or pin value is invalid or out of acceptable bounds.
NullReference VisualScriptExceptionType A required object, entity, or reference is null or unassigned.
IndexOutOfBounds VisualScriptExceptionType An array index, collection lookup, or slot ID was outside valid boundaries.
InvalidState VisualScriptExceptionType The operation cannot proceed due to the current game/object state (e.g., acting on a dead entity).
NotFound VisualScriptExceptionType An asset, resource, dictionary key, or sub-object could not be found.
NotSupported VisualScriptExceptionType A requested operation is not implemented or not supported in this context.
MathError VisualScriptExceptionType A division by zero, NaN, or arithmetic overflow occurred during execution.
Timeout VisualScriptExceptionType A timeout or deadline expired while waiting for an external event or condition.
AssertionFailed VisualScriptExceptionType A critical runtime assertion failed.
NotImplemented VisualScriptExceptionType This function is not implemented

Properties

Name Type Description

Methods