Serialized Form
-
Package cloud.opencode.base.json.exception
-
Exception Class cloud.opencode.base.json.exception.JsonSchemaException
class JsonSchemaException extends OpenJsonProcessingException implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
errors
List<JsonSchemaException.ValidationError> errors
List of validation errors 验证错误列表 -
schemaUri
String schemaUri
The schema URI that was validated against 验证所使用的 Schema URI
-
-
Exception Class cloud.opencode.base.json.exception.OpenJsonProcessingException
class OpenJsonProcessingException extends OpenException implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
column
int column
Error location: column number (1-based, -1 if unknown) 错误位置:列号(从1开始,-1表示未知) -
errorType
OpenJsonProcessingException.ErrorType errorType
Error type 错误类型 -
line
int line
Error location: line number (1-based, -1 if unknown) 错误位置:行号(从1开始,-1表示未知) -
source
String source
Source path or identifier 源路径或标识符
-
-