Check if a value is an Error
Returns true if the value is an Error object, false otherwise.
Any
True if x is an Error.
is_error(error("Something went wrong")) -- Returns = true