API Reference > imodeljs-common > RpcInterface > RpcRequestFulfillment RpcRequestFulfillment Namespace Function Name Description RpcRequestFulfillment.forUnknownError Defined in core/common/src/rpc/core/RpcProtocol.ts Line 66 RpcRequestFulfillment Interface An RPC operation request fulfillment. Properties Name Type Description id string The id for the request. interfaceName string The RPC interface for the request. rawResult any The un-serialized result for the request. result RpcSerializedValue The result for the request. retry undefined | string status number A protocol-specific status code value for the request. Defined in core/common/src/rpc/core/RpcProtocol.ts Line 45 Last Updated: 11 June, 2024