/claim #32
WIT changes
variant search-error {
index-not-found,
invalid-query(string),
unsupported,
internal(string),
timeout,
rate-limited(string),
+ authentication-failed(u16), // Sending status code to that consumer will be able to handle the error in a more specific way
}
/// Field definition
record schema-field {
name: string,
- type: field-type, // field named as `type` was causing the compile error, since it is a reserved keyword
+ field-type: field-type,
required: bool,
facet: bool,
sort: bool,
index: bool,
}
Rutik Thakre
@Rutik7066
Golem Cloud
@golemcloud