API Reference > presentation-common > RPC > PresentationRpcResponse PresentationRpcResponse<TResult> Type alias Data structure for presentation RPC responses PresentationRpcResponse = Promise<{ diagnostics?: [], errorMessage?: string, result?: TResult, statusCode: PresentationStatus }> Defined in presentation/common/src/presentation-common/PresentationRpcInterface.ts Line 49 Last Updated: 11 June, 2024