PresentationRpcResponseData<TResult> Interface

Data structure for presentation RPC responses

Properties

Name Type Description
diagnostics ClientDiagnostics | undefined Diagnostics response.  
errorMessage string | undefined In case of an error response, the error message  
result TResult | undefined In case of a success response, the result  
statusCode PresentationStatus Response status code  

Defined in

Last Updated: 13 May, 2024