Table of Contents

Enum BridgeErrorCategory

Namespace
JYPPX.Shared.Interop
Assembly
JYPPX.Shared.dll

Broad source categories for bridge error messages. bridge 错误消息的宽泛来源类别。

public enum BridgeErrorCategory

Fields

Common = 1

The error originated from common bridge code. 错误来自通用 bridge 代码。

Cuda = 2

The error originated from CUDA-related code. 错误来自 CUDA 相关代码。

Io = 4

The error originated from file or I/O handling. 错误来自文件或 I/O 处理。

None = 0

No specific error category was reported. 未报告具体错误类别。

TensorRt = 3

The error originated from TensorRT-related code. 错误来自 TensorRT 相关代码。