Merged in feature/demo-support (pull request #207)
Feature/demo support * index logs now debug * demo data loader
This commit is contained in:
@@ -621,6 +621,12 @@ type DocumentSummary struct {
|
||||
|
||||
// ErrorMessage Description of error
|
||||
type ErrorMessage struct {
|
||||
// Details Additional error details for debugging (sanitized).
|
||||
Details *string `json:"details,omitempty"`
|
||||
|
||||
// ErrorType Machine-readable error classification for programmatic handling.
|
||||
ErrorType *string `json:"error_type,omitempty"`
|
||||
|
||||
// Message Message describing the cause.
|
||||
Message string `json:"message"`
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user