status
status(reply: Reply): Status
Returns the status of a parser reply.
The status indicates whether the parse succeeded (Status.Ok), failed (Status.Fail), or failed fatally (Status.Fatal).
Parameters
reply: A parse reply, presumably the return value of a call toparse.
Returns
- Returns the status of that reply.