Defined in: errors/errorUtils.ts:6
Custom error class for React Native ExecuTorch errors.
Error
new RnExecutorchError(
code,message,cause?):RnExecutorchError
Defined in: errors/errorUtils.ts:17
number
string
unknown
RnExecutorchError
Error.constructor
optionalcause:unknown
Defined in: errors/errorUtils.ts:15
The original cause of the error, if any.
Error.cause
code:
RnExecutorchErrorCode
Defined in: errors/errorUtils.ts:10
The error code representing the type of error.