OpenMathErrorΒΆ

omerror.spad line 46 [edit on github]

OpenMathError is the domain of OpenMath errors.

=: (%, %) -> Boolean

from BasicType

~=: (%, %) -> Boolean

from BasicType

coerce: % -> OutputForm

from CoercibleTo OutputForm

errorInfo: % -> List Symbol

errorInfo(u) returns information about the error u.

errorKind: % -> OpenMathErrorKind

errorKind(u) returns the type of error which u represents.

latex: % -> String

from SetCategory

omError: (OpenMathErrorKind, List Symbol) -> %

omError(k, l) creates an instance of OpenMathError.

BasicType

CoercibleTo OutputForm

SetCategory