Result.is_error

Check if is erroneous

struct Result(Okay, Error)
bool
is_error
()

Return Value

Type: bool

true if erroneous, false otherwise

Meta