System.Event.fail¶
Description¶
Add a failed operation event to the system event, which can be queried in the real-time event control or historical event control.
Grammar¶
System.Event.fail(message:string,...args: any): Promise
- Parameter
message - Description of the failed event
args - Details of the failed event
- Return
Nothing
Code Example¶
Add a failed operation event.