Definition at line 18 of file RemoteServiceCompleter.java.
◆ error()
void org.dartlang.vm.service.RemoteServiceCompleter.error |
( |
int |
code, |
|
|
String |
message, |
|
|
JsonObject |
data |
|
) |
| |
Should be called when a service request completes with an error.
- Parameters
-
code | the error code generated by the request |
message | the description of the error |
data | [optional] the description of the error |
◆ result()
void org.dartlang.vm.service.RemoteServiceCompleter.result |
( |
JsonObject |
result | ) |
|
Should be called when a service request completes successfully.
- Parameters
-
result | the result of the request |
The documentation for this interface was generated from the following file: