[]
Spread.CalcEngine.CalcError
• new CalcError(error
)
Represents an error in calculation.
Name | Type | Description |
---|---|---|
error |
string |
The description of the error. |
▸ toString(): string
Returns a string that represents this instance.
string
The error string.
▸ Static
parse(value
): CalcError
Parses the specified error from the string.
Name | Type | Description |
---|---|---|
value |
string |
The error string. |
The calculation error.