-
-
Notifications
You must be signed in to change notification settings - Fork 4
ErrorCode
Miroiu Emanuel edited this page Oct 12, 2022
·
2 revisions
Namespace: StringMath
Assembly: StringMath
Inheritance: Object → ValueType → Enum → ErrorCode
References: MathException
public enum ErrorCode
public const ErrorCode READONLY_VARIABLE = 8;
Field Value
public const ErrorCode UNASSIGNED_VARIABLE = 1;
Field Value
public const ErrorCode UNDEFINED_OPERATOR = 2;
Field Value
public const ErrorCode UNEXISTING_VARIABLE = 4;
Field Value
public const ErrorCode UNEXPECTED_TOKEN = 0;
Field Value