OpenMathErrorΒΆ
omerror.spad line 46 [edit on github]
OpenMathError is the domain of OpenMath errors.
- coerce: % -> OutputForm
from CoercibleTo OutputForm
- errorKind: % -> OpenMathErrorKind
errorKind(u)
returns the type of error whichu
represents.
- latex: % -> String
from SetCategory
- omError: (OpenMathErrorKind, List Symbol) -> %
omError(k, l)
creates an instance of OpenMathError.