NIM 跨平台 C++ SDK
载入中...
搜索中...
未找到
nim_cpp_wrapper_util::Json::Reader::StructuredError结构体 参考

An error tagged with where in the JSON text it was encountered. 更多...

#include <reader.h>

Public 属性

ptrdiff_t offset_start
 
ptrdiff_t offset_limit
 
String message
 

详细描述

An error tagged with where in the JSON text it was encountered.

The offsets give the [start, limit) range of bytes within the text. Note that this is bytes, not codepoints.

类成员变量说明

◆ message

String nim_cpp_wrapper_util::Json::Reader::StructuredError::message

◆ offset_limit

ptrdiff_t nim_cpp_wrapper_util::Json::Reader::StructuredError::offset_limit

◆ offset_start

ptrdiff_t nim_cpp_wrapper_util::Json::Reader::StructuredError::offset_start

该结构体的文档由以下文件生成: