isErr method
Used to check if a Result is an Err
Returns true if the result is an Err variant of Result
Implementation
bool isErr() => throw UnimplementedError();
Used to check if a Result is an Err
Returns true if the result is an Err variant of Result
bool isErr() => throw UnimplementedError();