src/session/functional_error_handler.ts
Methods |
constructor(sessionRegistry: SessionRegistry)
|
||||||
Parameters :
|
handle |
handle(sessionName: string, error: any)
|
Attempts to convert the error into a functional action to communicate the failure reason. If the error is not recognized, {@code null} is returned.
Returns :
Action | null
|