@xo-cash/utils
Preparing search index...
CashAssemblyVariableTypeMismatchError
Class CashAssemblyVariableTypeMismatchError
Error thrown when a variable's runtime type does not match the type required for compilation.
Hierarchy
Error
CashAssemblyVariableTypeMismatchError
Index
Constructors
constructor
Constructors
constructor
new
CashAssemblyVariableTypeMismatchError
(
variableKey
:
string
,
expectedType
:
string
,
actualType
:
string
,
)
:
CashAssemblyVariableTypeMismatchError
Parameters
variableKey
:
string
expectedType
:
string
actualType
:
string
Returns
CashAssemblyVariableTypeMismatchError
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Constructors
constructor
@xo-cash/utils
Loading...
Error thrown when a variable's runtime type does not match the type required for compilation.