errorKind?

checks if given value is of type :errorKind


Parameters

errorKind? value :any

Returns

  • :logical

Examples

copy
errorKind? to :errorKind "Some error kind" ; => true errorKind? genericError ; => true

Related