Table of Contents

Enum BridgeStatusCode

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

Status codes returned by the native bridge. 原生 bridge 返回的状态码。

public enum BridgeStatusCode

Fields

BufferTooSmall = 2

The provided buffer was too small. 提供的缓冲区过小。

DependencyMissing = 5

A required dependency is missing. 缺少必需依赖。

InvalidArgument = 1

One or more arguments were invalid. 一个或多个参数无效。

InvalidState = 8

The operation could not proceed because the object state was invalid. 由于对象状态无效,操作无法继续。

NotFound = 3

The requested item was not found. 未找到请求的对象。

NotImplemented = 10

The bridge intentionally leaves this operation unimplemented. bridge 有意保留该操作为未实现状态。

NotReady = 6

The operation is not ready yet. 操作尚未就绪。

NotSupported = 4

The requested operation is not supported. 请求的操作不受支持。

Ok = 0

The operation completed successfully. 操作成功完成。

OutOfMemory = 9

The operation failed because memory could not be allocated. 由于无法分配内存,操作失败。

RuntimeError = 7

The native runtime reported an execution error. 原生运行时报告了执行错误。