POGRResult
Inherits: RefCounted < Object
A result from a POGRResponse.
Description
A result from a POGRResponse. Contains either result or error.
Properties
|
||
|
Methods
has_error() const |
Property Descriptions
String get_error()
The error message.
String get_result()
The result.
Method Descriptions
Returns true if there is an error.