InedoSDK Reference
Version:

LoadError Property

Gets the error which prevented the script from loading if applicable.

Syntax

public System.Exception LoadError { get; }

Remarks

System.Exception.Message should be logged instead of attempting to execute the script. This may be related to file-load (i.e. raft errors) or language-specific errors (like OtterScript compile errors).