- :logical
errorKind?
checks if given value is of type :errorKind
Parameters
errorKind? value :any
Returns
Examples
copyerrorKind? to :errorKind "Some error kind" ; => true errorKind? genericError ; => true
errorKind? value :any
copyerrorKind? to :errorKind "Some error kind" ; => true errorKind? genericError ; => true