Enfusion Script API
Loading...
Searching...
No Matches
Public Member Functions | List of all members
BackendCallback Interface Reference
Inheritance diagram for BackendCallback:
[legend]

Public Member Functions

void OnError (int code, int restCode, int apiCode)
 Request finished with error result.
 
void OnSuccess (int code)
 Request finished with success result.
 
void OnTimeout ()
 Request not finished due to timeout.
 
- Public Member Functions inherited from Managed
proto external ref Managed Clone ()
 Return shallow copy of object, or null if it is not allowed (not public constructor)
 

Member Function Documentation

◆ OnError()

void BackendCallback.OnError ( int  code,
int  restCode,
int  apiCode 
)

Request finished with error result.

Parameters
codeError code is type of EBackendError

◆ OnSuccess()

void BackendCallback.OnSuccess ( int  code)

Request finished with success result.

Parameters
codeCode is type of EBackendRequest

◆ OnTimeout()

void BackendCallback.OnTimeout ( )

Request not finished due to timeout.


The documentation for this interface was generated from the following file: