Errors Enumeration

List of available program errors.

Definition

Namespace: SMath.Manager
Assembly: SMath.Manager (in SMath.Manager.dll) Version: 1.73.9126.0
C#
public enum Errors

Members

EmptyElements0 Fill in all empty elements.
EmptyOperators1 Provide an operator.
NotDefined2 Variable or function is not defined.
SystemsNotSupported3 Systems not supported.
ArgumentMustBeScalar4 Argument must be scalar.
LimitsMustBeInteger5 Limits must be integer.
TypeConversionError6 Type conversion error. Please contact the developer.
ArgumentCanNotBeZero7 Argument of zero is not defined.
NoResult8 There is no result.
CriticalError9 Critical error occurred.
NoError-1 No error.
RestorationStarted10 If restoration is unsuccessful, you will find emergency preservation of the data in the folder.
Uncertainty11 Uncertainty.
ArgumentMustBePositiveInteger12 Argument must be a positive integer.
RoundingCoefficientError13 Coefficient of rounding should be in the range from 0 to 15 inclusive.
VariableOfIntegrationNotSpecified14 The variable of integration is not specified, or specified incorrectly.
LimitsMustBeReal15 Limits must be real.
NoRealRoots16 No real roots.
InequalitiesNotSupported17 Inequalities are not supported.
CanNotFindFile18 Cannot find a specified file.
CanNotStartsWithNumber19 Variable and function names can't start with a number.
ControlCanNotBeDisplayed20 One or more items on this page cannot be displayed.
XMCDFileCanNotBeFullyParsed21 Number of error(s) occurred while parsing your .xmcd document. This file cannot be fully parsed with this version of the program. Please check for program updates, otherwise send the document to the developers so that it can be supported in the future.
RealPartMustBeMoreThanZero22 Real part of the argument must be greater than zero.
XMCDFileCanNotBeFullySaved23 Number of error(s) occurred while saving your .xmcd document. The installed version of the program can't fully save the document in the selected format. Please save the document in SMath Studio (*.sm) file format.
DimensionsDifferent24 Array dimensions do not match.
ProcessingInterruptedByUser25 Calculation interrupted by user.
ArgumentMustBeVector26 Argument must be a vector (a column matrix).
FileRequiresNewerProgram27 File was created using later version of the program.
FileRequiresNewerPlugin28 File requires newer version of plugin.
FileRequiresForPlugin29 File requires the following plugin to be installed.
AlertsOccuredOnFileOpen30 A problem occurred while opening file.
FileCanBeOpenedWithErrors31 The result content you will see on the page may be wrong. Do you want to open the file anyway?
PluginCannotBeEnabled32 Error occured while trying to load third-party assembly. Plugin disabled.
PluginRequiresNewerProgram33 Plugin requires later version of the program.
PluginRequiresNewerPlugin34 Plugin requires newer version of additional plugin to be installed.
PluginRequiresForPlugin35 Plugin requires additional plugin to be installed.
AlertsOccuredOnPluginOpen36 A problem occurred while loading plugin.
PluginCanBeOpenedWithErrors37 Note, unexpected visual and/or calculation errors can appear using this plugin. Do you want to enable plugin anyway?
WrongDomainOrIpSpecified38 Wrong Domain name or IP address specified.
WrongLoginNameSpecified39 Wrong Login name specified.
WrongPasswordSpecified40 Wrong password specified.
WrongSessionIdSpecified41 Wrong Session ID specified.
FunctionNotDefined42 Function is not defined.
ResultIsAboveMaxAllowedPositiveNumber43 Result is above max. allowed positive number.
ResultIsBelowMinAllowedNegativeNumber44 Result is below min. allowed negative number.
ArgumentMustBeString45 Argument must be a string.
CanNotParseString46 Cannot parse string.
WrongArguments47 Function has some invalid arguments.
ActionCouldNotBePerformedWithText48 Action could not be performed with text.
ResultIsAboveMaxAllowedForByte49 Result is above max. allowed for byte.
FileHasWrongFormat50 File has wrong format. Data import cannot be performed.
FileIsEmpty51 File is empty. No data imported.
ResultIsAboveMaxAllowedWhenIncreasing52 Result is above max. allowed when increasing.
ResultIsBelowMinAllowedWhenDecreasing53 Result is below min. allowed when decreasing.
IncreaseMaximumNumberLength54 Increase max. number length ('Menu' >> 'Options' >> 'Calculation' >> 'Max. number length').
VariablesShouldBeDefinedForArgumentFunctions55 Variables should be defined for argument-functions.
NumeralSystemBaseError56 Number base must be within the range of 1 to 37.
DivisionByZero57 Division by zero.
LogarithmOfZeroIsNotDefined58 Logarithm of zero is not defined.
ArgumentMustBeRealNumber59 Argument must be a real number.
NumberOfRowsOrColumnsDoNotMatch60 Number of rows and/or columns of matrices or vectors do not match.
MatricesDoNotMatch61 Number of rows and/or columns of matrices or vectors do not match.
DivisorMatrixMustBeSquare62 Divisor matrix must be square.
CrossProductCanNotBeCalculated63 Cross product can only be calculated for three-component vectors (3 rows x 1 column).
CanNotCalculate64 Cannot calculate.
MatrixMustBeSquare65 Matrix must be square.
FactorialNotDefined66 Factorial is defined for real numbers and zero.
MatrixNoninvertible67 Matrix is noninvertible (determinant equals zero).
ExampleIncorrect68 Syntax is incorrect.
ArgumentMustBeMatrixOrVector69 Argument cannot be scalar; must be matrix or vector.
CanNotSolve70 Cannot solve. Check program options.
LogarithmCanNotBeZeroBase71 Logarithm cannot have 0 as its base.
LogarithmCanNotBeOneBase72 Logarithm cannot have 1 as its base.
CanNotParseMatrix73 Can't parse matrix (Matrices within matrices not supported).
UnitsDontMatch74 Units don't match.
CanNotInsert75 Cannot insert.
CanNotParse76 Cannot parse.
SelectExpression77 Please select an expression or part of an expression.
ExportError78 Export error.
OperationCanNotBePerformedWithUnits79 Operation cannot be performed with units.
ArgumentDoesNotMatchToExpectedKind80 Argument doesn't match to expected kind.
EquationTooLongForVisualisation81 Equation too long to be displayed.
ResultPlacedToClipboard82 Result placed on the clipboard.
HighlightVariable83 Highlight variable.
AssignVariable84 Assign variable.
FileNotExists85 File does not exist.
FillInFileName86 Fill in file name.
FileAlreadyExistsContinue87 File already exists. Do you want to continue?
NoElementByIndex88 Requested matrix element doesn't exist.
PasswordCannotBeEmpty89 Password cannot be empty.
PasswordEntriesDoNotMatch90 Password entries do not match.
PasswordDoesNotMatch91 Password does not match.
ProcedureOutputValueIsUndefined92 Output value must be defined for the called procedure.
ResolveDependencies93 Plugin requires the following plug-in(s) to be installed and enabled. Please ensure dependencies are resolved before continuing.
NotAllDependenciesResolved94 Not all dependencies resolved. Do you want to continue anyway? Press "No" to abort file loading.
PluginsInstallationFailed95 Plug-in(s) installation failed.
VariableDefinedAndTypeDiffers99 Variable already defined by value of another type.

See Also