isError

Given an try value, checks if the value is an error.

Parameters:

No. Type Comments
1 Try type Value of type type try<T>

Returns: boolean - true if the value is contains an error, false if its a valid value of type T.

Usages:

  • isError( v : try< T >) : boolean