Enfusion Script API
|
Backend Request/Response Callback class for script. More...
Public Member Functions | |
void | OnSuccess (int code) |
Request finished with successful result. | |
void | OnError (int code, int restCode, int apiCode) |
Request finished with error result. | |
void | OnTimeout () |
Request did not finish due to timeout. | |
![]() | |
proto external ref Managed | Clone () |
Return shallow copy of object, or null if it is not allowed (not public constructor) | |
Backend Request/Response Callback class for script.
Request finished with error result.
code | Error code of EBackendError type |
restCode | Generic HTTP result code |
apiCode | Error code provided by Backend API of EApiCode type |
void BackendCallback.OnSuccess | ( | int | code | ) |
Request finished with successful result.
code | Code to identify what request was successful |
void BackendCallback.OnTimeout | ( | ) |
Request did not finish due to timeout.