ciBLT_E_RPCFAIL Field
- Last UpdatedApr 08, 2026
- 1 minute read
This error code is used when throwing an exception that is caused by a user error. If a user error is encountered in your implementation of BLTProcessor.Process, a COMException exception is thrown and the ErrorCode property is set to ciBLT_E_RPCFAIL. The text of the exception will be sent directly to the client. If this error code is not used, then a stack trace will be dumped to the oasErrLog file and a generic "Internal Error" message will be sent to the client.