Error | Puts the state into the run-time error mode. |
GetDebugMessage | Returns the human-readable debug message. |
GetRejectReason | Returns the short rejection reason. |
GetResult | Returns the recorded result code. |
Invalid | Marks the state invalid and records the reason and debug message. |
IsError | Returns true if the state was marked with a run-time error. |
IsInvalid | Returns true if the state was marked invalid by a consensus or policy rule. |
IsValid | Returns true if no validation failure has been recorded. |
ToString | Formats the state as a human-readable string. |