langfuse-client-base 0.13.0

Auto-generated Langfuse API client from OpenAPI specification
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
# UnstablePublicApiValidationIssue

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**code** | **String** | Machine-readable validation issue code emitted by the server validator. | 
**message** | **String** | Human-readable explanation of the validation failure. | 
**path** | **Vec<serde_json::Value>** | Path to the invalid field, for example `[\"mapping\", 0, \"jsonPath\"]`. | 

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)