elastic / elasticsearch-specification

Elasticsearch full specification
Apache License 2.0
121 stars 70 forks source link

Wrap ts-morph errors to provide helpful error #2644

Closed Anaethelion closed 3 months ago

Anaethelion commented 3 months ago

Related to https://github.com/elastic/elasticsearch-specification/commit/5828dc9eb34856ceee270c5e6be638e7a9fc9f10 we wrap the propagated error such that the message become:

failed to parse SparseVectorQuery, reason: cannot determine type of query, got: String

kderusso commented 3 months ago

Thanks for taking care of this!